Shades of Caribbean Green #02D1A6
Tints of Caribbean Green #02D1A6
RGB
CMYK
RGB Variations
Color information
#02D1A6 (or 0x02D1A6) is known color: Caribbean Green. HEX triplet: 02, D1 and A6. RGB value is (2,209,166). Sum of RGB (Red+Green+Blue) = 2+209+166=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #02D1A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D1A6 is #FD2E59. Grayscale: #8E8E8E. Windows color (decimal): -16592474 or 10932482. OLE color: 10932482.
HSL color Cylindrical-coordinate representation of color #02D1A6: hue angle of 167.54º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D1A6 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 166 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.18 |
| HSL | 167.54º | 0.98% | 0.41% | - |
| HSV(B) | 167.54º | 0.99% | 0.82% | - |
| XYZ | 29.71 | 48.37 | 43.85 | - |
| YUV | 142.21 | 141.42 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 166 | 0.99 | 0 | 0.21 | 0.18 | 167.54 | 0.98 | 0.41 |
| Hex | 2 | D1 | A6 | 63 | 0 | 15 | 12 | A8 | 62 | 29 |
| Octal | 2 | 321 | 246 | 143 | 0 | 25 | 22 | 250 | 142 | 51 |
| Binary | 10 | 11010001 | 10100110 | 1100011 | 0 | 10101 | 10010 | 10101000 | 1100010 | 101001 |
Color Harmonies of #02D1A6
Complementary color
Monochromatic Colors of #02D1A6
Black with #02D1A6
Text Example
Text Example
White with #02D1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1A6; }
p { color: rgb(2,209,166); }
H1.HeaderClassName
{
color: #02D1A6;
}
.AnyTagClassName
{
color: #02D1A6;
}
</style>
background-color css
<style>
a { background-color: #02D1A6; }
a { background-color: rgb(2,209,166); }
div.DivClassName
{
background-color: #02D1A6;
}
.BgClassName
{
background-color: #02D1A6;
}
</style>
border-color css
<style>
span { border-color: #02D1A6; }
span { border-color: rgb(2,209,166); }
td.TdClassName
{
border-color: #02D1A6;
}
.TagClassName
{
border-color: #02D1A6;
}
</style>