Shades of Tea Green #DDFAC2
Tints of Tea Green #DDFAC2
RGB
CMYK
RGB Variations
Color information
#DDFAC2 (or 0xDDFAC2) is known color: Tea Green. HEX triplet: DD, FA and C2. RGB value is (221,250,194). Sum of RGB (Red+Green+Blue) = 221+250+194=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC2 is #22053D. Grayscale: #EBEBEB. Windows color (decimal): -2229566 or 12778205. OLE color: 12778205.
HSL color Cylindrical-coordinate representation of color #DDFAC2: hue angle of 91.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDFAC2 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 194 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.02 |
| HSL | 91.07º | 0.85% | 0.87% | - |
| HSV(B) | 91.07º | 0.22% | 0.98% | - |
| XYZ | 73.74 | 87.64 | 64.07 | - |
| YUV | 234.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 194 | 0.12 | 0 | 0.22 | 0.02 | 91.07 | 0.85 | 0.87 |
| Hex | DD | FA | C2 | C | 0 | 16 | 2 | 5B | 55 | 57 |
| Octal | 335 | 372 | 302 | 14 | 0 | 26 | 2 | 133 | 125 | 127 |
| Binary | 11011101 | 11111010 | 11000010 | 1100 | 0 | 10110 | 10 | 1011011 | 1010101 | 1010111 |
Color Harmonies of #DDFAC2
Complementary color
Monochromatic Colors of #DDFAC2
Black with #DDFAC2
Text Example
Text Example
White with #DDFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAC2; }
p { color: rgb(221,250,194); }
H1.HeaderClassName
{
color: #DDFAC2;
}
.AnyTagClassName
{
color: #DDFAC2;
}
</style>
background-color css
<style>
a { background-color: #DDFAC2; }
a { background-color: rgb(221,250,194); }
div.DivClassName
{
background-color: #DDFAC2;
}
.BgClassName
{
background-color: #DDFAC2;
}
</style>
border-color css
<style>
span { border-color: #DDFAC2; }
span { border-color: rgb(221,250,194); }
td.TdClassName
{
border-color: #DDFAC2;
}
.TagClassName
{
border-color: #DDFAC2;
}
</style>