Shades of Tea Green #DDFAC1
Tints of Tea Green #DDFAC1
RGB
CMYK
RGB Variations
Color information
#DDFAC1 (or 0xDDFAC1) is known color: Tea Green. HEX triplet: DD, FA and C1. RGB value is (221,250,193). Sum of RGB (Red+Green+Blue) = 221+250+193=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC1 is #22053E. Grayscale: #EBEBEB. Windows color (decimal): -2229567 or 12712669. OLE color: 12712669.
HSL color Cylindrical-coordinate representation of color #DDFAC1: hue angle of 90.53º 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 #DDFAC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 193 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.02 |
| HSL | 90.53º | 0.85% | 0.87% | - |
| HSV(B) | 90.53º | 0.23% | 0.98% | - |
| XYZ | 73.63 | 87.59 | 63.48 | - |
| YUV | 234.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 193 | 0.12 | 0 | 0.23 | 0.02 | 90.53 | 0.85 | 0.87 |
| Hex | DD | FA | C1 | C | 0 | 17 | 2 | 5B | 55 | 57 |
| Octal | 335 | 372 | 301 | 14 | 0 | 27 | 2 | 133 | 125 | 127 |
| Binary | 11011101 | 11111010 | 11000001 | 1100 | 0 | 10111 | 10 | 1011011 | 1010101 | 1010111 |
Color Harmonies of #DDFAC1
Complementary color
Monochromatic Colors of #DDFAC1
Black with #DDFAC1
Text Example
Text Example
White with #DDFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAC1; }
p { color: rgb(221,250,193); }
H1.HeaderClassName
{
color: #DDFAC1;
}
.AnyTagClassName
{
color: #DDFAC1;
}
</style>
background-color css
<style>
a { background-color: #DDFAC1; }
a { background-color: rgb(221,250,193); }
div.DivClassName
{
background-color: #DDFAC1;
}
.BgClassName
{
background-color: #DDFAC1;
}
</style>
border-color css
<style>
span { border-color: #DDFAC1; }
span { border-color: rgb(221,250,193); }
td.TdClassName
{
border-color: #DDFAC1;
}
.TagClassName
{
border-color: #DDFAC1;
}
</style>