Shades of Caribbean Green #02C6AB
Tints of Caribbean Green #02C6AB
RGB
CMYK
RGB Variations
Color information
#02C6AB (or 0x02C6AB) is known color: Caribbean Green. HEX triplet: 02, C6 and AB. RGB value is (2,198,171). Sum of RGB (Red+Green+Blue) = 2+198+171=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #02C6AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C6AB is #FD3954. Grayscale: #888888. Windows color (decimal): -16595285 or 11257346. OLE color: 11257346.
HSL color Cylindrical-coordinate representation of color #02C6AB: hue angle of 171.73º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C6AB is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 171 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.22 |
| HSL | 171.73º | 0.98% | 0.39% | - |
| HSV(B) | 171.73º | 0.99% | 0.78% | - |
| XYZ | 27.57 | 43.34 | 45.44 | - |
| YUV | 136.32 | 147.57 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 171 | 0.99 | 0 | 0.14 | 0.22 | 171.73 | 0.98 | 0.39 |
| Hex | 2 | C6 | AB | 63 | 0 | E | 16 | AC | 62 | 27 |
| Octal | 2 | 306 | 253 | 143 | 0 | 16 | 26 | 254 | 142 | 47 |
| Binary | 10 | 11000110 | 10101011 | 1100011 | 0 | 1110 | 10110 | 10101100 | 1100010 | 100111 |
Color Harmonies of #02C6AB
Complementary color
Monochromatic Colors of #02C6AB
Black with #02C6AB
Text Example
Text Example
White with #02C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C6AB; }
p { color: rgb(2,198,171); }
H1.HeaderClassName
{
color: #02C6AB;
}
.AnyTagClassName
{
color: #02C6AB;
}
</style>
background-color css
<style>
a { background-color: #02C6AB; }
a { background-color: rgb(2,198,171); }
div.DivClassName
{
background-color: #02C6AB;
}
.BgClassName
{
background-color: #02C6AB;
}
</style>
border-color css
<style>
span { border-color: #02C6AB; }
span { border-color: rgb(2,198,171); }
td.TdClassName
{
border-color: #02C6AB;
}
.TagClassName
{
border-color: #02C6AB;
}
</style>