Shades of Caribbean Green #02C0AA
Tints of Caribbean Green #02C0AA
RGB
CMYK
RGB Variations
Color information
#02C0AA (or 0x02C0AA) is known color: Caribbean Green. HEX triplet: 02, C0 and AA. RGB value is (2,192,170). Sum of RGB (Red+Green+Blue) = 2+192+170=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C0AA is #FD3F55. Grayscale: #848484. Windows color (decimal): -16596822 or 11190274. OLE color: 11190274.
HSL color Cylindrical-coordinate representation of color #02C0AA: hue angle of 173.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0AA is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 170 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.25 |
| HSL | 173.05º | 0.98% | 0.38% | - |
| HSV(B) | 173.05º | 0.99% | 0.75% | - |
| XYZ | 26.13 | 40.61 | 44.49 | - |
| YUV | 132.68 | 149.05 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 170 | 0.99 | 0 | 0.11 | 0.25 | 173.05 | 0.98 | 0.38 |
| Hex | 2 | C0 | AA | 63 | 0 | B | 19 | AD | 62 | 26 |
| Octal | 2 | 300 | 252 | 143 | 0 | 13 | 31 | 255 | 142 | 46 |
| Binary | 10 | 11000000 | 10101010 | 1100011 | 0 | 1011 | 11001 | 10101101 | 1100010 | 100110 |
Color Harmonies of #02C0AA
Complementary color
Monochromatic Colors of #02C0AA
Black with #02C0AA
Text Example
Text Example
White with #02C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0AA; }
p { color: rgb(2,192,170); }
H1.HeaderClassName
{
color: #02C0AA;
}
.AnyTagClassName
{
color: #02C0AA;
}
</style>
background-color css
<style>
a { background-color: #02C0AA; }
a { background-color: rgb(2,192,170); }
div.DivClassName
{
background-color: #02C0AA;
}
.BgClassName
{
background-color: #02C0AA;
}
</style>
border-color css
<style>
span { border-color: #02C0AA; }
span { border-color: rgb(2,192,170); }
td.TdClassName
{
border-color: #02C0AA;
}
.TagClassName
{
border-color: #02C0AA;
}
</style>