Shades of Caribbean Green #02C99E
Tints of Caribbean Green #02C99E
RGB
CMYK
RGB Variations
Color information
#02C99E (or 0x02C99E) is known color: Caribbean Green. HEX triplet: 02, C9 and 9E. RGB value is (2,201,158). Sum of RGB (Red+Green+Blue) = 2+201+158=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #02C99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C99E is #FD3661. Grayscale: #888888. Windows color (decimal): -16594530 or 10406146. OLE color: 10406146.
HSL color Cylindrical-coordinate representation of color #02C99E: hue angle of 167.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C99E is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 158 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.21 |
| HSL | 167.04º | 0.98% | 0.4% | - |
| HSV(B) | 167.04º | 0.99% | 0.79% | - |
| XYZ | 27.08 | 44.25 | 39.46 | - |
| YUV | 136.6 | 140.07 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 158 | 0.99 | 0 | 0.21 | 0.21 | 167.04 | 0.98 | 0.4 |
| Hex | 2 | C9 | 9E | 63 | 0 | 15 | 15 | A7 | 62 | 28 |
| Octal | 2 | 311 | 236 | 143 | 0 | 25 | 25 | 247 | 142 | 50 |
| Binary | 10 | 11001001 | 10011110 | 1100011 | 0 | 10101 | 10101 | 10100111 | 1100010 | 101000 |
Color Harmonies of #02C99E
Complementary color
Monochromatic Colors of #02C99E
Black with #02C99E
Text Example
Text Example
White with #02C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C99E; }
p { color: rgb(2,201,158); }
H1.HeaderClassName
{
color: #02C99E;
}
.AnyTagClassName
{
color: #02C99E;
}
</style>
background-color css
<style>
a { background-color: #02C99E; }
a { background-color: rgb(2,201,158); }
div.DivClassName
{
background-color: #02C99E;
}
.BgClassName
{
background-color: #02C99E;
}
</style>
border-color css
<style>
span { border-color: #02C99E; }
span { border-color: rgb(2,201,158); }
td.TdClassName
{
border-color: #02C99E;
}
.TagClassName
{
border-color: #02C99E;
}
</style>