Shades of Caribbean Green #00DCAD
Tints of Caribbean Green #00DCAD
RGB
CMYK
RGB Variations
Color information
#00DCAD (or 0x00DCAD) is known color: Caribbean Green. HEX triplet: 00, DC and AD. RGB value is (0,220,173). Sum of RGB (Red+Green+Blue) = 0+220+173=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DCAD is #FF2352. Grayscale: #949494. Windows color (decimal): -16720723 or 11394048. OLE color: 11394048.
HSL color Cylindrical-coordinate representation of color #00DCAD: hue angle of 167.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 #00DCAD is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 173 | - |
| CMYK | 1 | 0 | 0.21 | 0.14 |
| HSL | 167.18º | 1% | 0.43% | - |
| HSV(B) | 167.18º | 1% | 0.86% | - |
| XYZ | 33.14 | 54.2 | 48.25 | - |
| YUV | 148.86 | 141.61 | 21.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 173 | 1 | 0 | 0.21 | 0.14 | 167.18 | 1 | 0.43 |
| Hex | 0 | DC | AD | 64 | 0 | 15 | E | A7 | 64 | 2B |
| Octal | 0 | 334 | 255 | 144 | 0 | 25 | 16 | 247 | 144 | 53 |
| Binary | 0 | 11011100 | 10101101 | 1100100 | 0 | 10101 | 1110 | 10100111 | 1100100 | 101011 |
Color Harmonies of #00DCAD
Complementary color
Monochromatic Colors of #00DCAD
Black with #00DCAD
Text Example
Text Example
White with #00DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCAD; }
p { color: rgb(0,220,173); }
H1.HeaderClassName
{
color: #00DCAD;
}
.AnyTagClassName
{
color: #00DCAD;
}
</style>
background-color css
<style>
a { background-color: #00DCAD; }
a { background-color: rgb(0,220,173); }
div.DivClassName
{
background-color: #00DCAD;
}
.BgClassName
{
background-color: #00DCAD;
}
</style>
border-color css
<style>
span { border-color: #00DCAD; }
span { border-color: rgb(0,220,173); }
td.TdClassName
{
border-color: #00DCAD;
}
.TagClassName
{
border-color: #00DCAD;
}
</style>