Shades of Caribbean Green #02DCAF
Tints of Caribbean Green #02DCAF
RGB
CMYK
RGB Variations
Color information
#02DCAF (or 0x02DCAF) is known color: Caribbean Green. HEX triplet: 02, DC and AF. RGB value is (2,220,175). Sum of RGB (Red+Green+Blue) = 2+220+175=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DCAF is #FD2350. Grayscale: #959595. Windows color (decimal): -16589649 or 11525122. OLE color: 11525122.
HSL color Cylindrical-coordinate representation of color #02DCAF: hue angle of 167.61º 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 #02DCAF is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 175 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.14 |
| HSL | 167.61º | 0.98% | 0.44% | - |
| HSV(B) | 167.61º | 0.99% | 0.86% | - |
| XYZ | 33.36 | 54.29 | 49.28 | - |
| YUV | 149.69 | 142.28 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 175 | 0.99 | 0 | 0.20 | 0.14 | 167.61 | 0.98 | 0.44 |
| Hex | 2 | DC | AF | 63 | 0 | 14 | E | A8 | 62 | 2C |
| Octal | 2 | 334 | 257 | 143 | 0 | 24 | 16 | 250 | 142 | 54 |
| Binary | 10 | 11011100 | 10101111 | 1100011 | 0 | 10100 | 1110 | 10101000 | 1100010 | 101100 |
Color Harmonies of #02DCAF
Complementary color
Monochromatic Colors of #02DCAF
Black with #02DCAF
Text Example
Text Example
White with #02DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCAF; }
p { color: rgb(2,220,175); }
H1.HeaderClassName
{
color: #02DCAF;
}
.AnyTagClassName
{
color: #02DCAF;
}
</style>
background-color css
<style>
a { background-color: #02DCAF; }
a { background-color: rgb(2,220,175); }
div.DivClassName
{
background-color: #02DCAF;
}
.BgClassName
{
background-color: #02DCAF;
}
</style>
border-color css
<style>
span { border-color: #02DCAF; }
span { border-color: rgb(2,220,175); }
td.TdClassName
{
border-color: #02DCAF;
}
.TagClassName
{
border-color: #02DCAF;
}
</style>