Shades of Caribbean Green #02D999
Tints of Caribbean Green #02D999
RGB
CMYK
RGB Variations
Color information
#02D999 (or 0x02D999) is known color: Caribbean Green. HEX triplet: 02, D9 and 99. RGB value is (2,217,153). Sum of RGB (Red+Green+Blue) = 2+217+153=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #02D999 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D999 is #FD2666. Grayscale: #919191. Windows color (decimal): -16590439 or 10082562. OLE color: 10082562.
HSL color Cylindrical-coordinate representation of color #02D999: hue angle of 162.14º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D999 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 153 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.15 |
| HSL | 162.14º | 0.98% | 0.43% | - |
| HSV(B) | 162.14º | 0.99% | 0.85% | - |
| XYZ | 30.59 | 51.94 | 38.55 | - |
| YUV | 145.42 | 132.27 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 153 | 0.99 | 0 | 0.29 | 0.15 | 162.14 | 0.98 | 0.43 |
| Hex | 2 | D9 | 99 | 63 | 0 | 1D | F | A2 | 62 | 2B |
| Octal | 2 | 331 | 231 | 143 | 0 | 35 | 17 | 242 | 142 | 53 |
| Binary | 10 | 11011001 | 10011001 | 1100011 | 0 | 11101 | 1111 | 10100010 | 1100010 | 101011 |
Color Harmonies of #02D999
Complementary color
Monochromatic Colors of #02D999
Black with #02D999
Text Example
Text Example
White with #02D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D999; }
p { color: rgb(2,217,153); }
H1.HeaderClassName
{
color: #02D999;
}
.AnyTagClassName
{
color: #02D999;
}
</style>
background-color css
<style>
a { background-color: #02D999; }
a { background-color: rgb(2,217,153); }
div.DivClassName
{
background-color: #02D999;
}
.BgClassName
{
background-color: #02D999;
}
</style>
border-color css
<style>
span { border-color: #02D999; }
span { border-color: rgb(2,217,153); }
td.TdClassName
{
border-color: #02D999;
}
.TagClassName
{
border-color: #02D999;
}
</style>