Shades of Tea Green #DFFFC2
Tints of Tea Green #DFFFC2
RGB
CMYK
RGB Variations
Color information
#DFFFC2 (or 0xDFFFC2) is known color: Tea Green. HEX triplet: DF, FF and C2. RGB value is (223,255,194). Sum of RGB (Red+Green+Blue) = 223+255+194=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFC2 is #20003D. Grayscale: #EEEEEE. Windows color (decimal): -2097214 or 12779487. OLE color: 12779487.
HSL color Cylindrical-coordinate representation of color #DFFFC2: hue angle of 91.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFFFC2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 194 | - |
| CMYK | 0.13 | 0 | 0.24 | 0 |
| HSL | 91.48º | 1% | 0.88% | - |
| HSV(B) | 91.48º | 0.24% | 1% | - |
| XYZ | 75.93 | 91.1 | 64.62 | - |
| YUV | 238.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 194 | 0.13 | 0 | 0.24 | 0 | 91.48 | 1 | 0.88 |
| Hex | DF | FF | C2 | D | 0 | 18 | 0 | 5B | 64 | 58 |
| Octal | 337 | 377 | 302 | 15 | 0 | 30 | 0 | 133 | 144 | 130 |
| Binary | 11011111 | 11111111 | 11000010 | 1101 | 0 | 11000 | 0 | 1011011 | 1100100 | 1011000 |
Color Harmonies of #DFFFC2
Complementary color
Monochromatic Colors of #DFFFC2
Black with #DFFFC2
Text Example
Text Example
White with #DFFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFC2; }
p { color: rgb(223,255,194); }
H1.HeaderClassName
{
color: #DFFFC2;
}
.AnyTagClassName
{
color: #DFFFC2;
}
</style>
background-color css
<style>
a { background-color: #DFFFC2; }
a { background-color: rgb(223,255,194); }
div.DivClassName
{
background-color: #DFFFC2;
}
.BgClassName
{
background-color: #DFFFC2;
}
</style>
border-color css
<style>
span { border-color: #DFFFC2; }
span { border-color: rgb(223,255,194); }
td.TdClassName
{
border-color: #DFFFC2;
}
.TagClassName
{
border-color: #DFFFC2;
}
</style>