Shades of Caribbean Green #02C989
Tints of Caribbean Green #02C989
RGB
CMYK
RGB Variations
Color information
#02C989 (or 0x02C989) is known color: Caribbean Green. HEX triplet: 02, C9 and 89. RGB value is (2,201,137). Sum of RGB (Red+Green+Blue) = 2+201+137=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #02C989 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C989 is #FD3676. Grayscale: #868686. Windows color (decimal): -16594551 or 9029890. OLE color: 9029890.
HSL color Cylindrical-coordinate representation of color #02C989: hue angle of 160.7º 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 #02C989 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 137 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.21 |
| HSL | 160.7º | 0.98% | 0.4% | - |
| HSV(B) | 160.7º | 0.99% | 0.79% | - |
| XYZ | 25.43 | 43.59 | 30.74 | - |
| YUV | 134.2 | 129.57 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 137 | 0.99 | 0 | 0.32 | 0.21 | 160.7 | 0.98 | 0.4 |
| Hex | 2 | C9 | 89 | 63 | 0 | 20 | 15 | A1 | 62 | 28 |
| Octal | 2 | 311 | 211 | 143 | 0 | 40 | 25 | 241 | 142 | 50 |
| Binary | 10 | 11001001 | 10001001 | 1100011 | 0 | 100000 | 10101 | 10100001 | 1100010 | 101000 |
Color Harmonies of #02C989
Complementary color
Monochromatic Colors of #02C989
Black with #02C989
Text Example
Text Example
White with #02C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C989; }
p { color: rgb(2,201,137); }
H1.HeaderClassName
{
color: #02C989;
}
.AnyTagClassName
{
color: #02C989;
}
</style>
background-color css
<style>
a { background-color: #02C989; }
a { background-color: rgb(2,201,137); }
div.DivClassName
{
background-color: #02C989;
}
.BgClassName
{
background-color: #02C989;
}
</style>
border-color css
<style>
span { border-color: #02C989; }
span { border-color: rgb(2,201,137); }
td.TdClassName
{
border-color: #02C989;
}
.TagClassName
{
border-color: #02C989;
}
</style>