Shades of Caribbean Green #02C6AA
Tints of Caribbean Green #02C6AA
RGB
CMYK
RGB Variations
Color information
#02C6AA (or 0x02C6AA) is known color: Caribbean Green. HEX triplet: 02, C6 and AA. RGB value is (2,198,170). Sum of RGB (Red+Green+Blue) = 2+198+170=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #02C6AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C6AA is #FD3955. Grayscale: #888888. Windows color (decimal): -16595286 or 11191810. OLE color: 11191810.
HSL color Cylindrical-coordinate representation of color #02C6AA: hue angle of 171.43º 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 #02C6AA is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 170 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.22 |
| HSL | 171.43º | 0.98% | 0.39% | - |
| HSV(B) | 171.43º | 0.99% | 0.78% | - |
| XYZ | 27.47 | 43.3 | 44.94 | - |
| YUV | 136.2 | 147.07 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 170 | 0.99 | 0 | 0.14 | 0.22 | 171.43 | 0.98 | 0.39 |
| Hex | 2 | C6 | AA | 63 | 0 | E | 16 | AB | 62 | 27 |
| Octal | 2 | 306 | 252 | 143 | 0 | 16 | 26 | 253 | 142 | 47 |
| Binary | 10 | 11000110 | 10101010 | 1100011 | 0 | 1110 | 10110 | 10101011 | 1100010 | 100111 |
Color Harmonies of #02C6AA
Complementary color
Monochromatic Colors of #02C6AA
Black with #02C6AA
Text Example
Text Example
White with #02C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C6AA; }
p { color: rgb(2,198,170); }
H1.HeaderClassName
{
color: #02C6AA;
}
.AnyTagClassName
{
color: #02C6AA;
}
</style>
background-color css
<style>
a { background-color: #02C6AA; }
a { background-color: rgb(2,198,170); }
div.DivClassName
{
background-color: #02C6AA;
}
.BgClassName
{
background-color: #02C6AA;
}
</style>
border-color css
<style>
span { border-color: #02C6AA; }
span { border-color: rgb(2,198,170); }
td.TdClassName
{
border-color: #02C6AA;
}
.TagClassName
{
border-color: #02C6AA;
}
</style>