Shades of Caribbean Green #02CFA1
Tints of Caribbean Green #02CFA1
RGB
CMYK
RGB Variations
Color information
#02CFA1 (or 0x02CFA1) is known color: Caribbean Green. HEX triplet: 02, CF and A1. RGB value is (2,207,161). Sum of RGB (Red+Green+Blue) = 2+207+161=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CFA1 is #FD305E. Grayscale: #8C8C8C. Windows color (decimal): -16592991 or 10604290. OLE color: 10604290.
HSL color Cylindrical-coordinate representation of color #02CFA1: hue angle of 166.54º 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 #02CFA1 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 161 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.19 |
| HSL | 166.54º | 0.98% | 0.41% | - |
| HSV(B) | 166.54º | 0.99% | 0.81% | - |
| XYZ | 28.77 | 47.21 | 41.31 | - |
| YUV | 140.46 | 139.58 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 161 | 0.99 | 0 | 0.22 | 0.19 | 166.54 | 0.98 | 0.41 |
| Hex | 2 | CF | A1 | 63 | 0 | 16 | 13 | A7 | 62 | 29 |
| Octal | 2 | 317 | 241 | 143 | 0 | 26 | 23 | 247 | 142 | 51 |
| Binary | 10 | 11001111 | 10100001 | 1100011 | 0 | 10110 | 10011 | 10100111 | 1100010 | 101001 |
Color Harmonies of #02CFA1
Complementary color
Monochromatic Colors of #02CFA1
Black with #02CFA1
Text Example
Text Example
White with #02CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFA1; }
p { color: rgb(2,207,161); }
H1.HeaderClassName
{
color: #02CFA1;
}
.AnyTagClassName
{
color: #02CFA1;
}
</style>
background-color css
<style>
a { background-color: #02CFA1; }
a { background-color: rgb(2,207,161); }
div.DivClassName
{
background-color: #02CFA1;
}
.BgClassName
{
background-color: #02CFA1;
}
</style>
border-color css
<style>
span { border-color: #02CFA1; }
span { border-color: rgb(2,207,161); }
td.TdClassName
{
border-color: #02CFA1;
}
.TagClassName
{
border-color: #02CFA1;
}
</style>