Shades of Caribbean Green #02CB88
Tints of Caribbean Green #02CB88
RGB
CMYK
RGB Variations
Color information
#02CB88 (or 0x02CB88) is known color: Caribbean Green. HEX triplet: 02, CB and 88. RGB value is (2,203,136). Sum of RGB (Red+Green+Blue) = 2+203+136=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB88 is #FD3477. Grayscale: #878787. Windows color (decimal): -16594040 or 8964866. OLE color: 8964866.
HSL color Cylindrical-coordinate representation of color #02CB88: hue angle of 160º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB88 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 136 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.20 |
| HSL | 160º | 0.98% | 0.4% | - |
| HSV(B) | 160º | 0.99% | 0.8% | - |
| XYZ | 25.82 | 44.5 | 30.52 | - |
| YUV | 135.26 | 128.41 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 136 | 0.99 | 0 | 0.33 | 0.20 | 160 | 0.98 | 0.4 |
| Hex | 2 | CB | 88 | 63 | 0 | 21 | 14 | A0 | 62 | 28 |
| Octal | 2 | 313 | 210 | 143 | 0 | 41 | 24 | 240 | 142 | 50 |
| Binary | 10 | 11001011 | 10001000 | 1100011 | 0 | 100001 | 10100 | 10100000 | 1100010 | 101000 |
Color Harmonies of #02CB88
Complementary color
Monochromatic Colors of #02CB88
Black with #02CB88
Text Example
Text Example
White with #02CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB88; }
p { color: rgb(2,203,136); }
H1.HeaderClassName
{
color: #02CB88;
}
.AnyTagClassName
{
color: #02CB88;
}
</style>
background-color css
<style>
a { background-color: #02CB88; }
a { background-color: rgb(2,203,136); }
div.DivClassName
{
background-color: #02CB88;
}
.BgClassName
{
background-color: #02CB88;
}
</style>
border-color css
<style>
span { border-color: #02CB88; }
span { border-color: rgb(2,203,136); }
td.TdClassName
{
border-color: #02CB88;
}
.TagClassName
{
border-color: #02CB88;
}
</style>