Shades of Caribbean Green #02CFAF
Tints of Caribbean Green #02CFAF
RGB
CMYK
RGB Variations
Color information
#02CFAF (or 0x02CFAF) is known color: Caribbean Green. HEX triplet: 02, CF and AF. RGB value is (2,207,175). Sum of RGB (Red+Green+Blue) = 2+207+175=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CFAF is #FD3050. Grayscale: #8D8D8D. Windows color (decimal): -16592977 or 11521794. OLE color: 11521794.
HSL color Cylindrical-coordinate representation of color #02CFAF: hue angle of 170.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFAF is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 175 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.19 |
| HSL | 170.63º | 0.98% | 0.41% | - |
| HSV(B) | 170.63º | 0.99% | 0.81% | - |
| XYZ | 30.08 | 47.73 | 48.19 | - |
| YUV | 142.06 | 146.58 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 175 | 0.99 | 0 | 0.15 | 0.19 | 170.63 | 0.98 | 0.41 |
| Hex | 2 | CF | AF | 63 | 0 | F | 13 | AB | 62 | 29 |
| Octal | 2 | 317 | 257 | 143 | 0 | 17 | 23 | 253 | 142 | 51 |
| Binary | 10 | 11001111 | 10101111 | 1100011 | 0 | 1111 | 10011 | 10101011 | 1100010 | 101001 |
Color Harmonies of #02CFAF
Complementary color
Monochromatic Colors of #02CFAF
Black with #02CFAF
Text Example
Text Example
White with #02CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFAF; }
p { color: rgb(2,207,175); }
H1.HeaderClassName
{
color: #02CFAF;
}
.AnyTagClassName
{
color: #02CFAF;
}
</style>
background-color css
<style>
a { background-color: #02CFAF; }
a { background-color: rgb(2,207,175); }
div.DivClassName
{
background-color: #02CFAF;
}
.BgClassName
{
background-color: #02CFAF;
}
</style>
border-color css
<style>
span { border-color: #02CFAF; }
span { border-color: rgb(2,207,175); }
td.TdClassName
{
border-color: #02CFAF;
}
.TagClassName
{
border-color: #02CFAF;
}
</style>