Shades of Caribbean Green #00DDAE
Tints of Caribbean Green #00DDAE
RGB
CMYK
RGB Variations
Color information
#00DDAE (or 0x00DDAE) is known color: Caribbean Green. HEX triplet: 00, DD and AE. RGB value is (0,221,174). Sum of RGB (Red+Green+Blue) = 0+221+174=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDAE is #FF2251. Grayscale: #959595. Windows color (decimal): -16720466 or 11459840. OLE color: 11459840.
HSL color Cylindrical-coordinate representation of color #00DDAE: hue angle of 167.24º 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 #00DDAE is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 0 | 221 | 174 | - |
CMYK | 1 | 0 | 0.21 | 0.13 |
HSL | 167.24º | 1% | 0.43% | - |
HSV(B) | 167.24º | 1% | 0.87% | - |
XYZ | 33.5 | 54.77 | 48.85 | - |
YUV | 149.56 | 141.78 | 21.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 221 | 174 | 1 | 0 | 0.21 | 0.13 | 167.24 | 1 | 0.43 |
Hex | 0 | DD | AE | 64 | 0 | 15 | D | A7 | 64 | 2B |
Octal | 0 | 335 | 256 | 144 | 0 | 25 | 15 | 247 | 144 | 53 |
Binary | 0 | 11011101 | 10101110 | 1100100 | 0 | 10101 | 1101 | 10100111 | 1100100 | 101011 |
Color Harmonies of #00DDAE
Complementary color
Monochromatic Colors of #00DDAE
Black with #00DDAE
Text Example
Text Example
White with #00DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDAE; }
p { color: rgb(0,221,174); }
H1.HeaderClassName
{
color: #00DDAE;
}
.AnyTagClassName
{
color: #00DDAE;
}
</style>
background-color css
<style>
a { background-color: #00DDAE; }
a { background-color: rgb(0,221,174); }
div.DivClassName
{
background-color: #00DDAE;
}
.BgClassName
{
background-color: #00DDAE;
}
</style>
border-color css
<style>
span { border-color: #00DDAE; }
span { border-color: rgb(0,221,174); }
td.TdClassName
{
border-color: #00DDAE;
}
.TagClassName
{
border-color: #00DDAE;
}
</style>