Shades of Caribbean Green #02C8AA
Tints of Caribbean Green #02C8AA
RGB
CMYK
RGB Variations
Color information
#02C8AA (or 0x02C8AA) is known color: Caribbean Green. HEX triplet: 02, C8 and AA. RGB value is (2,200,170). Sum of RGB (Red+Green+Blue) = 2+200+170=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #02C8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C8AA is #FD3755. Grayscale: #898989. Windows color (decimal): -16594774 or 11192322. OLE color: 11192322.
HSL color Cylindrical-coordinate representation of color #02C8AA: hue angle of 170.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C8AA is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 170 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.22 |
| HSL | 170.91º | 0.98% | 0.4% | - |
| HSV(B) | 170.91º | 0.99% | 0.78% | - |
| XYZ | 27.94 | 44.22 | 45.09 | - |
| YUV | 137.38 | 146.4 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 170 | 0.99 | 0 | 0.15 | 0.22 | 170.91 | 0.98 | 0.4 |
| Hex | 2 | C8 | AA | 63 | 0 | F | 16 | AB | 62 | 28 |
| Octal | 2 | 310 | 252 | 143 | 0 | 17 | 26 | 253 | 142 | 50 |
| Binary | 10 | 11001000 | 10101010 | 1100011 | 0 | 1111 | 10110 | 10101011 | 1100010 | 101000 |
Color Harmonies of #02C8AA
Complementary color
Monochromatic Colors of #02C8AA
Black with #02C8AA
Text Example
Text Example
White with #02C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C8AA; }
p { color: rgb(2,200,170); }
H1.HeaderClassName
{
color: #02C8AA;
}
.AnyTagClassName
{
color: #02C8AA;
}
</style>
background-color css
<style>
a { background-color: #02C8AA; }
a { background-color: rgb(2,200,170); }
div.DivClassName
{
background-color: #02C8AA;
}
.BgClassName
{
background-color: #02C8AA;
}
</style>
border-color css
<style>
span { border-color: #02C8AA; }
span { border-color: rgb(2,200,170); }
td.TdClassName
{
border-color: #02C8AA;
}
.TagClassName
{
border-color: #02C8AA;
}
</style>