Shades of Caribbean Green #02CBA0
Tints of Caribbean Green #02CBA0
RGB
CMYK
RGB Variations
Color information
#02CBA0 (or 0x02CBA0) is known color: Caribbean Green. HEX triplet: 02, CB and A0. RGB value is (2,203,160). Sum of RGB (Red+Green+Blue) = 2+203+160=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CBA0 is #FD345F. Grayscale: #898989. Windows color (decimal): -16594016 or 10537730. OLE color: 10537730.
HSL color Cylindrical-coordinate representation of color #02CBA0: hue angle of 167.16º 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 #02CBA0 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 160 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.20 |
| HSL | 167.16º | 0.98% | 0.4% | - |
| HSV(B) | 167.16º | 0.99% | 0.8% | - |
| XYZ | 27.73 | 45.26 | 40.53 | - |
| YUV | 138 | 140.41 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 160 | 0.99 | 0 | 0.21 | 0.20 | 167.16 | 0.98 | 0.4 |
| Hex | 2 | CB | A0 | 63 | 0 | 15 | 14 | A7 | 62 | 28 |
| Octal | 2 | 313 | 240 | 143 | 0 | 25 | 24 | 247 | 142 | 50 |
| Binary | 10 | 11001011 | 10100000 | 1100011 | 0 | 10101 | 10100 | 10100111 | 1100010 | 101000 |
Color Harmonies of #02CBA0
Complementary color
Monochromatic Colors of #02CBA0
Black with #02CBA0
Text Example
Text Example
White with #02CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBA0; }
p { color: rgb(2,203,160); }
H1.HeaderClassName
{
color: #02CBA0;
}
.AnyTagClassName
{
color: #02CBA0;
}
</style>
background-color css
<style>
a { background-color: #02CBA0; }
a { background-color: rgb(2,203,160); }
div.DivClassName
{
background-color: #02CBA0;
}
.BgClassName
{
background-color: #02CBA0;
}
</style>
border-color css
<style>
span { border-color: #02CBA0; }
span { border-color: rgb(2,203,160); }
td.TdClassName
{
border-color: #02CBA0;
}
.TagClassName
{
border-color: #02CBA0;
}
</style>