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