Shades of Caribbean Green #02C6AF
Tints of Caribbean Green #02C6AF
RGB
CMYK
RGB Variations
Color information
#02C6AF (or 0x02C6AF) is known color: Caribbean Green. HEX triplet: 02, C6 and AF. RGB value is (2,198,175). Sum of RGB (Red+Green+Blue) = 2+198+175=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #02C6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C6AF is #FD3950. Grayscale: #888888. Windows color (decimal): -16595281 or 11519490. OLE color: 11519490.
HSL color Cylindrical-coordinate representation of color #02C6AF: hue angle of 172.96º 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 #02C6AF is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 175 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.22 |
| HSL | 172.96º | 0.98% | 0.39% | - |
| HSV(B) | 172.96º | 0.99% | 0.78% | - |
| XYZ | 27.96 | 43.5 | 47.48 | - |
| YUV | 136.77 | 149.57 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 175 | 0.99 | 0 | 0.12 | 0.22 | 172.96 | 0.98 | 0.39 |
| Hex | 2 | C6 | AF | 63 | 0 | C | 16 | AD | 62 | 27 |
| Octal | 2 | 306 | 257 | 143 | 0 | 14 | 26 | 255 | 142 | 47 |
| Binary | 10 | 11000110 | 10101111 | 1100011 | 0 | 1100 | 10110 | 10101101 | 1100010 | 100111 |
Color Harmonies of #02C6AF
Complementary color
Monochromatic Colors of #02C6AF
Black with #02C6AF
Text Example
Text Example
White with #02C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C6AF; }
p { color: rgb(2,198,175); }
H1.HeaderClassName
{
color: #02C6AF;
}
.AnyTagClassName
{
color: #02C6AF;
}
</style>
background-color css
<style>
a { background-color: #02C6AF; }
a { background-color: rgb(2,198,175); }
div.DivClassName
{
background-color: #02C6AF;
}
.BgClassName
{
background-color: #02C6AF;
}
</style>
border-color css
<style>
span { border-color: #02C6AF; }
span { border-color: rgb(2,198,175); }
td.TdClassName
{
border-color: #02C6AF;
}
.TagClassName
{
border-color: #02C6AF;
}
</style>