Shades of Caribbean Green #02D1A0
Tints of Caribbean Green #02D1A0
RGB
CMYK
RGB Variations
Color information
#02D1A0 (or 0x02D1A0) is known color: Caribbean Green. HEX triplet: 02, D1 and A0. RGB value is (2,209,160). Sum of RGB (Red+Green+Blue) = 2+209+160=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #02D1A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D1A0 is #FD2E5F. Grayscale: #8D8D8D. Windows color (decimal): -16592480 or 10539266. OLE color: 10539266.
HSL color Cylindrical-coordinate representation of color #02D1A0: hue angle of 165.8º 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 #02D1A0 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 160 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.18 |
| HSL | 165.8º | 0.98% | 0.41% | - |
| HSV(B) | 165.8º | 0.99% | 0.82% | - |
| XYZ | 29.17 | 48.15 | 41.01 | - |
| YUV | 141.52 | 138.42 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 160 | 0.99 | 0 | 0.23 | 0.18 | 165.8 | 0.98 | 0.41 |
| Hex | 2 | D1 | A0 | 63 | 0 | 17 | 12 | A6 | 62 | 29 |
| Octal | 2 | 321 | 240 | 143 | 0 | 27 | 22 | 246 | 142 | 51 |
| Binary | 10 | 11010001 | 10100000 | 1100011 | 0 | 10111 | 10010 | 10100110 | 1100010 | 101001 |
Color Harmonies of #02D1A0
Complementary color
Monochromatic Colors of #02D1A0
Black with #02D1A0
Text Example
Text Example
White with #02D1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1A0; }
p { color: rgb(2,209,160); }
H1.HeaderClassName
{
color: #02D1A0;
}
.AnyTagClassName
{
color: #02D1A0;
}
</style>
background-color css
<style>
a { background-color: #02D1A0; }
a { background-color: rgb(2,209,160); }
div.DivClassName
{
background-color: #02D1A0;
}
.BgClassName
{
background-color: #02D1A0;
}
</style>
border-color css
<style>
span { border-color: #02D1A0; }
span { border-color: rgb(2,209,160); }
td.TdClassName
{
border-color: #02D1A0;
}
.TagClassName
{
border-color: #02D1A0;
}
</style>