Shades of Tea Green #DDFAC5
Tints of Tea Green #DDFAC5
RGB
CMYK
RGB Variations
Color information
#DDFAC5 (or 0xDDFAC5) is known color: Tea Green. HEX triplet: DD, FA and C5. RGB value is (221,250,197). Sum of RGB (Red+Green+Blue) = 221+250+197=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC5 is #22053A. Grayscale: #EBEBEB. Windows color (decimal): -2229563 or 12974813. OLE color: 12974813.
HSL color Cylindrical-coordinate representation of color #DDFAC5: hue angle of 92.83º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDFAC5 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 197 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.02 |
| HSL | 92.83º | 0.84% | 0.88% | - |
| HSV(B) | 92.83º | 0.21% | 0.98% | - |
| XYZ | 74.08 | 87.77 | 65.86 | - |
| YUV | 235.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 197 | 0.12 | 0 | 0.21 | 0.02 | 92.83 | 0.84 | 0.88 |
| Hex | DD | FA | C5 | C | 0 | 15 | 2 | 5D | 54 | 58 |
| Octal | 335 | 372 | 305 | 14 | 0 | 25 | 2 | 135 | 124 | 130 |
| Binary | 11011101 | 11111010 | 11000101 | 1100 | 0 | 10101 | 10 | 1011101 | 1010100 | 1011000 |
Color Harmonies of #DDFAC5
Complementary color
Monochromatic Colors of #DDFAC5
Black with #DDFAC5
Text Example
Text Example
White with #DDFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAC5; }
p { color: rgb(221,250,197); }
H1.HeaderClassName
{
color: #DDFAC5;
}
.AnyTagClassName
{
color: #DDFAC5;
}
</style>
background-color css
<style>
a { background-color: #DDFAC5; }
a { background-color: rgb(221,250,197); }
div.DivClassName
{
background-color: #DDFAC5;
}
.BgClassName
{
background-color: #DDFAC5;
}
</style>
border-color css
<style>
span { border-color: #DDFAC5; }
span { border-color: rgb(221,250,197); }
td.TdClassName
{
border-color: #DDFAC5;
}
.TagClassName
{
border-color: #DDFAC5;
}
</style>