Shades of Caribbean Green #02CBA7
Tints of Caribbean Green #02CBA7
RGB
CMYK
RGB Variations
Color information
#02CBA7 (or 0x02CBA7) is known color: Caribbean Green. HEX triplet: 02, CB and A7. RGB value is (2,203,167). Sum of RGB (Red+Green+Blue) = 2+203+167=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CBA7 is #FD3458. Grayscale: #8A8A8A. Windows color (decimal): -16594009 or 10996482. OLE color: 10996482.
HSL color Cylindrical-coordinate representation of color #02CBA7: hue angle of 169.25º 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 #02CBA7 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 167 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.20 |
| HSL | 169.25º | 0.98% | 0.4% | - |
| HSV(B) | 169.25º | 0.99% | 0.8% | - |
| XYZ | 28.36 | 45.51 | 43.85 | - |
| YUV | 138.8 | 143.91 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 167 | 0.99 | 0 | 0.18 | 0.20 | 169.25 | 0.98 | 0.4 |
| Hex | 2 | CB | A7 | 63 | 0 | 12 | 14 | A9 | 62 | 28 |
| Octal | 2 | 313 | 247 | 143 | 0 | 22 | 24 | 251 | 142 | 50 |
| Binary | 10 | 11001011 | 10100111 | 1100011 | 0 | 10010 | 10100 | 10101001 | 1100010 | 101000 |
Color Harmonies of #02CBA7
Complementary color
Monochromatic Colors of #02CBA7
Black with #02CBA7
Text Example
Text Example
White with #02CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBA7; }
p { color: rgb(2,203,167); }
H1.HeaderClassName
{
color: #02CBA7;
}
.AnyTagClassName
{
color: #02CBA7;
}
</style>
background-color css
<style>
a { background-color: #02CBA7; }
a { background-color: rgb(2,203,167); }
div.DivClassName
{
background-color: #02CBA7;
}
.BgClassName
{
background-color: #02CBA7;
}
</style>
border-color css
<style>
span { border-color: #02CBA7; }
span { border-color: rgb(2,203,167); }
td.TdClassName
{
border-color: #02CBA7;
}
.TagClassName
{
border-color: #02CBA7;
}
</style>