Shades of Caribbean Green #02C990
Tints of Caribbean Green #02C990
RGB
CMYK
RGB Variations
Color information
#02C990 (or 0x02C990) is known color: Caribbean Green. HEX triplet: 02, C9 and 90. RGB value is (2,201,144). Sum of RGB (Red+Green+Blue) = 2+201+144=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #02C990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C990 is #FD366F. Grayscale: #878787. Windows color (decimal): -16594544 or 9488642. OLE color: 9488642.
HSL color Cylindrical-coordinate representation of color #02C990: hue angle of 162.81º 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 #02C990 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 144 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.21 |
| HSL | 162.81º | 0.98% | 0.4% | - |
| HSV(B) | 162.81º | 0.99% | 0.79% | - |
| XYZ | 25.95 | 43.8 | 33.47 | - |
| YUV | 135 | 133.07 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 144 | 0.99 | 0 | 0.28 | 0.21 | 162.81 | 0.98 | 0.4 |
| Hex | 2 | C9 | 90 | 63 | 0 | 1C | 15 | A3 | 62 | 28 |
| Octal | 2 | 311 | 220 | 143 | 0 | 34 | 25 | 243 | 142 | 50 |
| Binary | 10 | 11001001 | 10010000 | 1100011 | 0 | 11100 | 10101 | 10100011 | 1100010 | 101000 |
Color Harmonies of #02C990
Complementary color
Monochromatic Colors of #02C990
Black with #02C990
Text Example
Text Example
White with #02C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C990; }
p { color: rgb(2,201,144); }
H1.HeaderClassName
{
color: #02C990;
}
.AnyTagClassName
{
color: #02C990;
}
</style>
background-color css
<style>
a { background-color: #02C990; }
a { background-color: rgb(2,201,144); }
div.DivClassName
{
background-color: #02C990;
}
.BgClassName
{
background-color: #02C990;
}
</style>
border-color css
<style>
span { border-color: #02C990; }
span { border-color: rgb(2,201,144); }
td.TdClassName
{
border-color: #02C990;
}
.TagClassName
{
border-color: #02C990;
}
</style>