Shades of Caribbean Green #02D2A4
Tints of Caribbean Green #02D2A4
RGB
CMYK
RGB Variations
Color information
#02D2A4 (or 0x02D2A4) is known color: Caribbean Green. HEX triplet: 02, D2 and A4. RGB value is (2,210,164). Sum of RGB (Red+Green+Blue) = 2+210+164=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #02D2A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D2A4 is #FD2D5B. Grayscale: #8E8E8E. Windows color (decimal): -16592220 or 10801666. OLE color: 10801666.
HSL color Cylindrical-coordinate representation of color #02D2A4: hue angle of 166.73º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D2A4 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 164 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.18 |
| HSL | 166.73º | 0.98% | 0.42% | - |
| HSV(B) | 166.73º | 0.99% | 0.82% | - |
| XYZ | 29.77 | 48.79 | 42.97 | - |
| YUV | 142.56 | 140.09 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 164 | 0.99 | 0 | 0.22 | 0.18 | 166.73 | 0.98 | 0.42 |
| Hex | 2 | D2 | A4 | 63 | 0 | 16 | 12 | A7 | 62 | 2A |
| Octal | 2 | 322 | 244 | 143 | 0 | 26 | 22 | 247 | 142 | 52 |
| Binary | 10 | 11010010 | 10100100 | 1100011 | 0 | 10110 | 10010 | 10100111 | 1100010 | 101010 |
Color Harmonies of #02D2A4
Complementary color
Monochromatic Colors of #02D2A4
Black with #02D2A4
Text Example
Text Example
White with #02D2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D2A4; }
p { color: rgb(2,210,164); }
H1.HeaderClassName
{
color: #02D2A4;
}
.AnyTagClassName
{
color: #02D2A4;
}
</style>
background-color css
<style>
a { background-color: #02D2A4; }
a { background-color: rgb(2,210,164); }
div.DivClassName
{
background-color: #02D2A4;
}
.BgClassName
{
background-color: #02D2A4;
}
</style>
border-color css
<style>
span { border-color: #02D2A4; }
span { border-color: rgb(2,210,164); }
td.TdClassName
{
border-color: #02D2A4;
}
.TagClassName
{
border-color: #02D2A4;
}
</style>