Shades of Caribbean Green #02CE91
Tints of Caribbean Green #02CE91
RGB
CMYK
RGB Variations
Color information
#02CE91 (or 0x02CE91) is known color: Caribbean Green. HEX triplet: 02, CE and 91. RGB value is (2,206,145). Sum of RGB (Red+Green+Blue) = 2+206+145=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE91 is #FD316E. Grayscale: #8A8A8A. Windows color (decimal): -16593263 or 9555458. OLE color: 9555458.
HSL color Cylindrical-coordinate representation of color #02CE91: hue angle of 162.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE91 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 145 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.19 |
| HSL | 162.06º | 0.98% | 0.41% | - |
| HSV(B) | 162.06º | 0.99% | 0.81% | - |
| XYZ | 27.21 | 46.2 | 34.27 | - |
| YUV | 138.05 | 131.91 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 145 | 0.99 | 0 | 0.30 | 0.19 | 162.06 | 0.98 | 0.41 |
| Hex | 2 | CE | 91 | 63 | 0 | 1E | 13 | A2 | 62 | 29 |
| Octal | 2 | 316 | 221 | 143 | 0 | 36 | 23 | 242 | 142 | 51 |
| Binary | 10 | 11001110 | 10010001 | 1100011 | 0 | 11110 | 10011 | 10100010 | 1100010 | 101001 |
Color Harmonies of #02CE91
Complementary color
Monochromatic Colors of #02CE91
Black with #02CE91
Text Example
Text Example
White with #02CE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE91; }
p { color: rgb(2,206,145); }
H1.HeaderClassName
{
color: #02CE91;
}
.AnyTagClassName
{
color: #02CE91;
}
</style>
background-color css
<style>
a { background-color: #02CE91; }
a { background-color: rgb(2,206,145); }
div.DivClassName
{
background-color: #02CE91;
}
.BgClassName
{
background-color: #02CE91;
}
</style>
border-color css
<style>
span { border-color: #02CE91; }
span { border-color: rgb(2,206,145); }
td.TdClassName
{
border-color: #02CE91;
}
.TagClassName
{
border-color: #02CE91;
}
</style>