Shades of Caribbean Green #02CB9E
Tints of Caribbean Green #02CB9E
RGB
CMYK
RGB Variations
Color information
#02CB9E (or 0x02CB9E) is known color: Caribbean Green. HEX triplet: 02, CB and 9E. RGB value is (2,203,158). Sum of RGB (Red+Green+Blue) = 2+203+158=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB9E is #FD3461. Grayscale: #898989. Windows color (decimal): -16594018 or 10406658. OLE color: 10406658.
HSL color Cylindrical-coordinate representation of color #02CB9E: hue angle of 166.57º 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 #02CB9E is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 158 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.20 |
| HSL | 166.57º | 0.98% | 0.4% | - |
| HSV(B) | 166.57º | 0.99% | 0.8% | - |
| XYZ | 27.55 | 45.19 | 39.62 | - |
| YUV | 137.77 | 139.41 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 158 | 0.99 | 0 | 0.22 | 0.20 | 166.57 | 0.98 | 0.4 |
| Hex | 2 | CB | 9E | 63 | 0 | 16 | 14 | A7 | 62 | 28 |
| Octal | 2 | 313 | 236 | 143 | 0 | 26 | 24 | 247 | 142 | 50 |
| Binary | 10 | 11001011 | 10011110 | 1100011 | 0 | 10110 | 10100 | 10100111 | 1100010 | 101000 |
Color Harmonies of #02CB9E
Complementary color
Monochromatic Colors of #02CB9E
Black with #02CB9E
Text Example
Text Example
White with #02CB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB9E; }
p { color: rgb(2,203,158); }
H1.HeaderClassName
{
color: #02CB9E;
}
.AnyTagClassName
{
color: #02CB9E;
}
</style>
background-color css
<style>
a { background-color: #02CB9E; }
a { background-color: rgb(2,203,158); }
div.DivClassName
{
background-color: #02CB9E;
}
.BgClassName
{
background-color: #02CB9E;
}
</style>
border-color css
<style>
span { border-color: #02CB9E; }
span { border-color: rgb(2,203,158); }
td.TdClassName
{
border-color: #02CB9E;
}
.TagClassName
{
border-color: #02CB9E;
}
</style>