Shades of Tea Green #DFFEC2
Tints of Tea Green #DFFEC2
RGB
CMYK
RGB Variations
Color information
#DFFEC2 (or 0xDFFEC2) is known color: Tea Green. HEX triplet: DF, FE and C2. RGB value is (223,254,194). Sum of RGB (Red+Green+Blue) = 223+254+194=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 194 (76.17% from 255 or 28.91% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFEC2 is #20013D. Grayscale: #EEEEEE. Windows color (decimal): -2097470 or 12779231. OLE color: 12779231.
HSL color Cylindrical-coordinate representation of color #DFFEC2: hue angle of 91º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFFEC2 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 194 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.00 |
| HSL | 91º | 0.97% | 0.88% | - |
| HSV(B) | 91º | 0.24% | 1% | - |
| XYZ | 75.61 | 90.47 | 64.52 | - |
| YUV | 237.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 194 | 0.12 | 0 | 0.24 | 0.00 | 91 | 0.97 | 0.88 |
| Hex | DF | FE | C2 | C | 0 | 18 | 0 | 5B | 61 | 58 |
| Octal | 337 | 376 | 302 | 14 | 0 | 30 | 0 | 133 | 141 | 130 |
| Binary | 11011111 | 11111110 | 11000010 | 1100 | 0 | 11000 | 0 | 1011011 | 1100001 | 1011000 |
Color Harmonies of #DFFEC2
Complementary color
Monochromatic Colors of #DFFEC2
Black with #DFFEC2
Text Example
Text Example
White with #DFFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEC2; }
p { color: rgb(223,254,194); }
H1.HeaderClassName
{
color: #DFFEC2;
}
.AnyTagClassName
{
color: #DFFEC2;
}
</style>
background-color css
<style>
a { background-color: #DFFEC2; }
a { background-color: rgb(223,254,194); }
div.DivClassName
{
background-color: #DFFEC2;
}
.BgClassName
{
background-color: #DFFEC2;
}
</style>
border-color css
<style>
span { border-color: #DFFEC2; }
span { border-color: rgb(223,254,194); }
td.TdClassName
{
border-color: #DFFEC2;
}
.TagClassName
{
border-color: #DFFEC2;
}
</style>