Shades of Caribbean Green #02C3AA
Tints of Caribbean Green #02C3AA
RGB
CMYK
RGB Variations
Color information
#02C3AA (or 0x02C3AA) is known color: Caribbean Green. HEX triplet: 02, C3 and AA. RGB value is (2,195,170). Sum of RGB (Red+Green+Blue) = 2+195+170=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #02C3AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C3AA is #FD3C55. Grayscale: #868686. Windows color (decimal): -16596054 or 11191042. OLE color: 11191042.
HSL color Cylindrical-coordinate representation of color #02C3AA: hue angle of 172.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C3AA is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 170 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.24 |
| HSL | 172.23º | 0.98% | 0.39% | - |
| HSV(B) | 172.23º | 0.99% | 0.76% | - |
| XYZ | 26.8 | 41.95 | 44.71 | - |
| YUV | 134.44 | 148.06 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 170 | 0.99 | 0 | 0.13 | 0.24 | 172.23 | 0.98 | 0.39 |
| Hex | 2 | C3 | AA | 63 | 0 | D | 18 | AC | 62 | 27 |
| Octal | 2 | 303 | 252 | 143 | 0 | 15 | 30 | 254 | 142 | 47 |
| Binary | 10 | 11000011 | 10101010 | 1100011 | 0 | 1101 | 11000 | 10101100 | 1100010 | 100111 |
Color Harmonies of #02C3AA
Complementary color
Monochromatic Colors of #02C3AA
Black with #02C3AA
Text Example
Text Example
White with #02C3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C3AA; }
p { color: rgb(2,195,170); }
H1.HeaderClassName
{
color: #02C3AA;
}
.AnyTagClassName
{
color: #02C3AA;
}
</style>
background-color css
<style>
a { background-color: #02C3AA; }
a { background-color: rgb(2,195,170); }
div.DivClassName
{
background-color: #02C3AA;
}
.BgClassName
{
background-color: #02C3AA;
}
</style>
border-color css
<style>
span { border-color: #02C3AA; }
span { border-color: rgb(2,195,170); }
td.TdClassName
{
border-color: #02C3AA;
}
.TagClassName
{
border-color: #02C3AA;
}
</style>