Shades of Caribbean Green #02C5AB
Tints of Caribbean Green #02C5AB
RGB
CMYK
RGB Variations
Color information
#02C5AB (or 0x02C5AB) is known color: Caribbean Green. HEX triplet: 02, C5 and AB. RGB value is (2,197,171). Sum of RGB (Red+Green+Blue) = 2+197+171=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #02C5AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C5AB is #FD3A54. Grayscale: #878787. Windows color (decimal): -16595541 or 11257090. OLE color: 11257090.
HSL color Cylindrical-coordinate representation of color #02C5AB: hue angle of 172º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C5AB is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 171 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.23 |
| HSL | 172º | 0.98% | 0.39% | - |
| HSV(B) | 172º | 0.99% | 0.77% | - |
| XYZ | 27.34 | 42.89 | 45.36 | - |
| YUV | 135.73 | 147.9 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 171 | 0.99 | 0 | 0.13 | 0.23 | 172 | 0.98 | 0.39 |
| Hex | 2 | C5 | AB | 63 | 0 | D | 17 | AC | 62 | 27 |
| Octal | 2 | 305 | 253 | 143 | 0 | 15 | 27 | 254 | 142 | 47 |
| Binary | 10 | 11000101 | 10101011 | 1100011 | 0 | 1101 | 10111 | 10101100 | 1100010 | 100111 |
Color Harmonies of #02C5AB
Complementary color
Monochromatic Colors of #02C5AB
Black with #02C5AB
Text Example
Text Example
White with #02C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5AB; }
p { color: rgb(2,197,171); }
H1.HeaderClassName
{
color: #02C5AB;
}
.AnyTagClassName
{
color: #02C5AB;
}
</style>
background-color css
<style>
a { background-color: #02C5AB; }
a { background-color: rgb(2,197,171); }
div.DivClassName
{
background-color: #02C5AB;
}
.BgClassName
{
background-color: #02C5AB;
}
</style>
border-color css
<style>
span { border-color: #02C5AB; }
span { border-color: rgb(2,197,171); }
td.TdClassName
{
border-color: #02C5AB;
}
.TagClassName
{
border-color: #02C5AB;
}
</style>