Shades of Caribbean Green #00DCA2
Tints of Caribbean Green #00DCA2
RGB
CMYK
RGB Variations
Color information
#00DCA2 (or 0x00DCA2) is known color: Caribbean Green. HEX triplet: 00, DC and A2. RGB value is (0,220,162). Sum of RGB (Red+Green+Blue) = 0+220+162=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DCA2 is #FF235D. Grayscale: #939393. Windows color (decimal): -16720734 or 10673152. OLE color: 10673152.
HSL color Cylindrical-coordinate representation of color #00DCA2: hue angle of 164.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCA2 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 162 | - |
| CMYK | 1 | 0 | 0.26 | 0.14 |
| HSL | 164.18º | 1% | 0.43% | - |
| HSV(B) | 164.18º | 1% | 0.86% | - |
| XYZ | 32.11 | 53.8 | 42.87 | - |
| YUV | 147.61 | 136.11 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 162 | 1 | 0 | 0.26 | 0.14 | 164.18 | 1 | 0.43 |
| Hex | 0 | DC | A2 | 64 | 0 | 1A | E | A4 | 64 | 2B |
| Octal | 0 | 334 | 242 | 144 | 0 | 32 | 16 | 244 | 144 | 53 |
| Binary | 0 | 11011100 | 10100010 | 1100100 | 0 | 11010 | 1110 | 10100100 | 1100100 | 101011 |
Color Harmonies of #00DCA2
Complementary color
Monochromatic Colors of #00DCA2
Black with #00DCA2
Text Example
Text Example
White with #00DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCA2; }
p { color: rgb(0,220,162); }
H1.HeaderClassName
{
color: #00DCA2;
}
.AnyTagClassName
{
color: #00DCA2;
}
</style>
background-color css
<style>
a { background-color: #00DCA2; }
a { background-color: rgb(0,220,162); }
div.DivClassName
{
background-color: #00DCA2;
}
.BgClassName
{
background-color: #00DCA2;
}
</style>
border-color css
<style>
span { border-color: #00DCA2; }
span { border-color: rgb(0,220,162); }
td.TdClassName
{
border-color: #00DCA2;
}
.TagClassName
{
border-color: #00DCA2;
}
</style>