Shades of Caribbean Green #02C2AA
Tints of Caribbean Green #02C2AA
RGB
CMYK
RGB Variations
Color information
#02C2AA (or 0x02C2AA) is known color: Caribbean Green. HEX triplet: 02, C2 and AA. RGB value is (2,194,170). Sum of RGB (Red+Green+Blue) = 2+194+170=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #02C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C2AA is #FD3D55. Grayscale: #858585. Windows color (decimal): -16596310 or 11190786. OLE color: 11190786.
HSL color Cylindrical-coordinate representation of color #02C2AA: hue angle of 172.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2AA is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 170 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.24 |
| HSL | 172.5º | 0.98% | 0.38% | - |
| HSV(B) | 172.5º | 0.99% | 0.76% | - |
| XYZ | 26.57 | 41.5 | 44.64 | - |
| YUV | 133.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 170 | 0.99 | 0 | 0.12 | 0.24 | 172.5 | 0.98 | 0.38 |
| Hex | 2 | C2 | AA | 63 | 0 | C | 18 | AC | 62 | 26 |
| Octal | 2 | 302 | 252 | 143 | 0 | 14 | 30 | 254 | 142 | 46 |
| Binary | 10 | 11000010 | 10101010 | 1100011 | 0 | 1100 | 11000 | 10101100 | 1100010 | 100110 |
Color Harmonies of #02C2AA
Complementary color
Monochromatic Colors of #02C2AA
Black with #02C2AA
Text Example
Text Example
White with #02C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2AA; }
p { color: rgb(2,194,170); }
H1.HeaderClassName
{
color: #02C2AA;
}
.AnyTagClassName
{
color: #02C2AA;
}
</style>
background-color css
<style>
a { background-color: #02C2AA; }
a { background-color: rgb(2,194,170); }
div.DivClassName
{
background-color: #02C2AA;
}
.BgClassName
{
background-color: #02C2AA;
}
</style>
border-color css
<style>
span { border-color: #02C2AA; }
span { border-color: rgb(2,194,170); }
td.TdClassName
{
border-color: #02C2AA;
}
.TagClassName
{
border-color: #02C2AA;
}
</style>