Shades of Tea Green #DDFEC0
Tints of Tea Green #DDFEC0
RGB
CMYK
RGB Variations
Color information
#DDFEC0 (or 0xDDFEC0) is known color: Tea Green. HEX triplet: DD, FE and C0. RGB value is (221,254,192). Sum of RGB (Red+Green+Blue) = 221+254+192=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEC0 is #22013F. Grayscale: #EDEDED. Windows color (decimal): -2228544 or 12648157. OLE color: 12648157.
HSL color Cylindrical-coordinate representation of color #DDFEC0: hue angle of 91.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDFEC0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 192 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.00 |
| HSL | 91.94º | 0.97% | 0.87% | - |
| HSV(B) | 91.94º | 0.24% | 1% | - |
| XYZ | 74.78 | 90.06 | 63.31 | - |
| YUV | 237.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 192 | 0.13 | 0 | 0.24 | 0.00 | 91.94 | 0.97 | 0.87 |
| Hex | DD | FE | C0 | D | 0 | 18 | 0 | 5C | 61 | 57 |
| Octal | 335 | 376 | 300 | 15 | 0 | 30 | 0 | 134 | 141 | 127 |
| Binary | 11011101 | 11111110 | 11000000 | 1101 | 0 | 11000 | 0 | 1011100 | 1100001 | 1010111 |
Color Harmonies of #DDFEC0
Complementary color
Monochromatic Colors of #DDFEC0
Black with #DDFEC0
Text Example
Text Example
White with #DDFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEC0; }
p { color: rgb(221,254,192); }
H1.HeaderClassName
{
color: #DDFEC0;
}
.AnyTagClassName
{
color: #DDFEC0;
}
</style>
background-color css
<style>
a { background-color: #DDFEC0; }
a { background-color: rgb(221,254,192); }
div.DivClassName
{
background-color: #DDFEC0;
}
.BgClassName
{
background-color: #DDFEC0;
}
</style>
border-color css
<style>
span { border-color: #DDFEC0; }
span { border-color: rgb(221,254,192); }
td.TdClassName
{
border-color: #DDFEC0;
}
.TagClassName
{
border-color: #DDFEC0;
}
</style>