Shades of Caribbean Green #02DCAC
Tints of Caribbean Green #02DCAC
RGB
CMYK
RGB Variations
Color information
#02DCAC (or 0x02DCAC) is known color: Caribbean Green. HEX triplet: 02, DC and AC. RGB value is (2,220,172). Sum of RGB (Red+Green+Blue) = 2+220+172=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DCAC is #FD2353. Grayscale: #959595. Windows color (decimal): -16589652 or 11328514. OLE color: 11328514.
HSL color Cylindrical-coordinate representation of color #02DCAC: hue angle of 166.79º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCAC is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 172 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.14 |
| HSL | 166.79º | 0.98% | 0.44% | - |
| HSV(B) | 166.79º | 0.99% | 0.86% | - |
| XYZ | 33.06 | 54.18 | 47.74 | - |
| YUV | 149.35 | 140.78 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 172 | 0.99 | 0 | 0.22 | 0.14 | 166.79 | 0.98 | 0.44 |
| Hex | 2 | DC | AC | 63 | 0 | 16 | E | A7 | 62 | 2C |
| Octal | 2 | 334 | 254 | 143 | 0 | 26 | 16 | 247 | 142 | 54 |
| Binary | 10 | 11011100 | 10101100 | 1100011 | 0 | 10110 | 1110 | 10100111 | 1100010 | 101100 |
Color Harmonies of #02DCAC
Complementary color
Monochromatic Colors of #02DCAC
Black with #02DCAC
Text Example
Text Example
White with #02DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCAC; }
p { color: rgb(2,220,172); }
H1.HeaderClassName
{
color: #02DCAC;
}
.AnyTagClassName
{
color: #02DCAC;
}
</style>
background-color css
<style>
a { background-color: #02DCAC; }
a { background-color: rgb(2,220,172); }
div.DivClassName
{
background-color: #02DCAC;
}
.BgClassName
{
background-color: #02DCAC;
}
</style>
border-color css
<style>
span { border-color: #02DCAC; }
span { border-color: rgb(2,220,172); }
td.TdClassName
{
border-color: #02DCAC;
}
.TagClassName
{
border-color: #02DCAC;
}
</style>