Shades of Tea Green #DDFAC0
Tints of Tea Green #DDFAC0
RGB
CMYK
RGB Variations
Color information
#DDFAC0 (or 0xDDFAC0) is known color: Tea Green. HEX triplet: DD, FA and C0. RGB value is (221,250,192). Sum of RGB (Red+Green+Blue) = 221+250+192=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC0 is #22053F. Grayscale: #EAEAEA. Windows color (decimal): -2229568 or 12647133. OLE color: 12647133.
HSL color Cylindrical-coordinate representation of color #DDFAC0: hue angle of 90º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFAC0 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 192 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.02 |
| HSL | 90º | 0.85% | 0.87% | - |
| HSV(B) | 90º | 0.23% | 0.98% | - |
| XYZ | 73.52 | 87.55 | 62.89 | - |
| YUV | 234.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 192 | 0.12 | 0 | 0.23 | 0.02 | 90 | 0.85 | 0.87 |
| Hex | DD | FA | C0 | C | 0 | 17 | 2 | 5A | 55 | 57 |
| Octal | 335 | 372 | 300 | 14 | 0 | 27 | 2 | 132 | 125 | 127 |
| Binary | 11011101 | 11111010 | 11000000 | 1100 | 0 | 10111 | 10 | 1011010 | 1010101 | 1010111 |
Color Harmonies of #DDFAC0
Complementary color
Monochromatic Colors of #DDFAC0
Black with #DDFAC0
Text Example
Text Example
White with #DDFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAC0; }
p { color: rgb(221,250,192); }
H1.HeaderClassName
{
color: #DDFAC0;
}
.AnyTagClassName
{
color: #DDFAC0;
}
</style>
background-color css
<style>
a { background-color: #DDFAC0; }
a { background-color: rgb(221,250,192); }
div.DivClassName
{
background-color: #DDFAC0;
}
.BgClassName
{
background-color: #DDFAC0;
}
</style>
border-color css
<style>
span { border-color: #DDFAC0; }
span { border-color: rgb(221,250,192); }
td.TdClassName
{
border-color: #DDFAC0;
}
.TagClassName
{
border-color: #DDFAC0;
}
</style>