Shades of Caribbean Green #02CFAB
Tints of Caribbean Green #02CFAB
RGB
CMYK
RGB Variations
Color information
#02CFAB (or 0x02CFAB) is known color: Caribbean Green. HEX triplet: 02, CF and AB. RGB value is (2,207,171). Sum of RGB (Red+Green+Blue) = 2+207+171=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CFAB is #FD3054. Grayscale: #8D8D8D. Windows color (decimal): -16592981 or 11259650. OLE color: 11259650.
HSL color Cylindrical-coordinate representation of color #02CFAB: hue angle of 169.46º 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 #02CFAB is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 171 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.19 |
| HSL | 169.46º | 0.98% | 0.41% | - |
| HSV(B) | 169.46º | 0.99% | 0.81% | - |
| XYZ | 29.69 | 47.58 | 46.15 | - |
| YUV | 141.6 | 144.58 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 171 | 0.99 | 0 | 0.17 | 0.19 | 169.46 | 0.98 | 0.41 |
| Hex | 2 | CF | AB | 63 | 0 | 11 | 13 | A9 | 62 | 29 |
| Octal | 2 | 317 | 253 | 143 | 0 | 21 | 23 | 251 | 142 | 51 |
| Binary | 10 | 11001111 | 10101011 | 1100011 | 0 | 10001 | 10011 | 10101001 | 1100010 | 101001 |
Color Harmonies of #02CFAB
Complementary color
Monochromatic Colors of #02CFAB
Black with #02CFAB
Text Example
Text Example
White with #02CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFAB; }
p { color: rgb(2,207,171); }
H1.HeaderClassName
{
color: #02CFAB;
}
.AnyTagClassName
{
color: #02CFAB;
}
</style>
background-color css
<style>
a { background-color: #02CFAB; }
a { background-color: rgb(2,207,171); }
div.DivClassName
{
background-color: #02CFAB;
}
.BgClassName
{
background-color: #02CFAB;
}
</style>
border-color css
<style>
span { border-color: #02CFAB; }
span { border-color: rgb(2,207,171); }
td.TdClassName
{
border-color: #02CFAB;
}
.TagClassName
{
border-color: #02CFAB;
}
</style>