Shades of Caribbean Green #02DCAA
Tints of Caribbean Green #02DCAA
RGB
CMYK
RGB Variations
Color information
#02DCAA (or 0x02DCAA) is known color: Caribbean Green. HEX triplet: 02, DC and AA. RGB value is (2,220,170). Sum of RGB (Red+Green+Blue) = 2+220+170=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DCAA is #FD2355. Grayscale: #959595. Windows color (decimal): -16589654 or 11197442. OLE color: 11197442.
HSL color Cylindrical-coordinate representation of color #02DCAA: hue angle of 166.24º 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 #02DCAA is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 170 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.14 |
| HSL | 166.24º | 0.98% | 0.44% | - |
| HSV(B) | 166.24º | 0.99% | 0.86% | - |
| XYZ | 32.87 | 54.1 | 46.74 | - |
| YUV | 149.12 | 139.78 | 23.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 170 | 0.99 | 0 | 0.23 | 0.14 | 166.24 | 0.98 | 0.44 |
| Hex | 2 | DC | AA | 63 | 0 | 17 | E | A6 | 62 | 2C |
| Octal | 2 | 334 | 252 | 143 | 0 | 27 | 16 | 246 | 142 | 54 |
| Binary | 10 | 11011100 | 10101010 | 1100011 | 0 | 10111 | 1110 | 10100110 | 1100010 | 101100 |
Color Harmonies of #02DCAA
Complementary color
Monochromatic Colors of #02DCAA
Black with #02DCAA
Text Example
Text Example
White with #02DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCAA; }
p { color: rgb(2,220,170); }
H1.HeaderClassName
{
color: #02DCAA;
}
.AnyTagClassName
{
color: #02DCAA;
}
</style>
background-color css
<style>
a { background-color: #02DCAA; }
a { background-color: rgb(2,220,170); }
div.DivClassName
{
background-color: #02DCAA;
}
.BgClassName
{
background-color: #02DCAA;
}
</style>
border-color css
<style>
span { border-color: #02DCAA; }
span { border-color: rgb(2,220,170); }
td.TdClassName
{
border-color: #02DCAA;
}
.TagClassName
{
border-color: #02DCAA;
}
</style>