Shades of Caribbean Green #00DDAC
Tints of Caribbean Green #00DDAC
RGB
CMYK
RGB Variations
Color information
#00DDAC (or 0x00DDAC) is known color: Caribbean Green. HEX triplet: 00, DD and AC. RGB value is (0,221,172). Sum of RGB (Red+Green+Blue) = 0+221+172=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDAC is #FF2253. Grayscale: #959595. Windows color (decimal): -16720468 or 11328768. OLE color: 11328768.
HSL color Cylindrical-coordinate representation of color #00DDAC: hue angle of 166.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDAC is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 172 | - |
| CMYK | 1 | 0 | 0.22 | 0.13 |
| HSL | 166.7º | 1% | 0.43% | - |
| HSV(B) | 166.7º | 1% | 0.87% | - |
| XYZ | 33.3 | 54.69 | 47.83 | - |
| YUV | 149.34 | 140.78 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 172 | 1 | 0 | 0.22 | 0.13 | 166.7 | 1 | 0.43 |
| Hex | 0 | DD | AC | 64 | 0 | 16 | D | A7 | 64 | 2B |
| Octal | 0 | 335 | 254 | 144 | 0 | 26 | 15 | 247 | 144 | 53 |
| Binary | 0 | 11011101 | 10101100 | 1100100 | 0 | 10110 | 1101 | 10100111 | 1100100 | 101011 |
Color Harmonies of #00DDAC
Complementary color
Monochromatic Colors of #00DDAC
Black with #00DDAC
Text Example
Text Example
White with #00DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDAC; }
p { color: rgb(0,221,172); }
H1.HeaderClassName
{
color: #00DDAC;
}
.AnyTagClassName
{
color: #00DDAC;
}
</style>
background-color css
<style>
a { background-color: #00DDAC; }
a { background-color: rgb(0,221,172); }
div.DivClassName
{
background-color: #00DDAC;
}
.BgClassName
{
background-color: #00DDAC;
}
</style>
border-color css
<style>
span { border-color: #00DDAC; }
span { border-color: rgb(0,221,172); }
td.TdClassName
{
border-color: #00DDAC;
}
.TagClassName
{
border-color: #00DDAC;
}
</style>