In the RGB color space, #339999 is composed of 20% red, 60% green, and 60% blue.
In the CMYK color space, #339999 is composed of 66.67% cyan, 0% magenta, 0% yellow, and 40% black,
It has a hue angle of 180 degrees, a saturation of 50.0%, and a lightness of 40%.
This is a websafe color.
The hexadecimal color #339999 has RGB values of R:51, G:153, B:153 and CMYK values of C:66.67, M:0, Y:0, K:40. It has a decimal value of 3381657.
Hexadecimal | #339999 | #339999 |
RGB Decimal | 51, 153, 153 | rgb(51, 153, 153) |
RGB Percent | 20, 60, 60 | rgb(20%, 60%, 60%) |
RGB Proportion | 0.2, 0.6, 0.6 | rgb(0.2, 0.6, 0.6) |
CMYK | 66.67, 0, 0, 40 | |
HSL | 180ยบ, 50.0, 40 | hsl(180, 50.0%, 40%) |
Websafe | 339999 | #339999 |
XYZ | 18.506, 25.786, 34.139 | |
Yxy | 25.786, 0.236, 0.329 | |
CIE-LAB | 57.833, -28.45, -8.572 | |
CIE-LCH | 57.833, 29.713, 196.768 | |
CIE-LUV | 57.833, -39.126, -8.45 | |
Hunter-Lab | 50.78, -23.813, -4.314 |
Colors that go well with #339999.
Common HTML and CSS shortcodes for #339999.
<div style="color: #339999;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #339999;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #339999;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #339999 to transparent.
<div style="background: linear-gradient(#339999, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #339999 to transparent.
<div style="background: radial-gradient(#339999, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #339999 to #CC6666.
<div style="background: linear-gradient(#339999, #CC6666);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #339999 to #CC6666.
<div style="background: radial-gradient(#339999, #CC6666);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #339999; }
.background { background-color: #339999; }
.border { border: 1px solid #339999; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #010202 while the lightest tint is #FCFDFD.