Shades of Caribbean Green #00DCAC
Tints of Caribbean Green #00DCAC
RGB
CMYK
RGB Variations
Color information
#00DCAC (or 0x00DCAC) is known color: Caribbean Green. HEX triplet: 00, DC and AC. RGB value is (0,220,172). Sum of RGB (Red+Green+Blue) = 0+220+172=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DCAC is #FF2353. Grayscale: #949494. Windows color (decimal): -16720724 or 11328512. OLE color: 11328512.
HSL color Cylindrical-coordinate representation of color #00DCAC: hue angle of 166.91º 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 #00DCAC is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 172 | - |
| CMYK | 1 | 0 | 0.22 | 0.14 |
| HSL | 166.91º | 1% | 0.43% | - |
| HSV(B) | 166.91º | 1% | 0.86% | - |
| XYZ | 33.04 | 54.16 | 47.74 | - |
| YUV | 148.75 | 141.11 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 172 | 1 | 0 | 0.22 | 0.14 | 166.91 | 1 | 0.43 |
| Hex | 0 | DC | AC | 64 | 0 | 16 | E | A7 | 64 | 2B |
| Octal | 0 | 334 | 254 | 144 | 0 | 26 | 16 | 247 | 144 | 53 |
| Binary | 0 | 11011100 | 10101100 | 1100100 | 0 | 10110 | 1110 | 10100111 | 1100100 | 101011 |
Color Harmonies of #00DCAC
Complementary color
Monochromatic Colors of #00DCAC
Black with #00DCAC
Text Example
Text Example
White with #00DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCAC; }
p { color: rgb(0,220,172); }
H1.HeaderClassName
{
color: #00DCAC;
}
.AnyTagClassName
{
color: #00DCAC;
}
</style>
background-color css
<style>
a { background-color: #00DCAC; }
a { background-color: rgb(0,220,172); }
div.DivClassName
{
background-color: #00DCAC;
}
.BgClassName
{
background-color: #00DCAC;
}
</style>
border-color css
<style>
span { border-color: #00DCAC; }
span { border-color: rgb(0,220,172); }
td.TdClassName
{
border-color: #00DCAC;
}
.TagClassName
{
border-color: #00DCAC;
}
</style>