Shades of Tea Green #DEFDC4
Tints of Tea Green #DEFDC4
RGB
CMYK
RGB Variations
Color information
#DEFDC4 (or 0xDEFDC4) is known color: Tea Green. HEX triplet: DE, FD and C4. RGB value is (222,253,196). Sum of RGB (Red+Green+Blue) = 222+253+196=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC4 is #21023B. Grayscale: #EDEDED. Windows color (decimal): -2163260 or 12910046. OLE color: 12910046.
HSL color Cylindrical-coordinate representation of color #DEFDC4: hue angle of 92.63º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFDC4 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 196 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.01 |
| HSL | 92.63º | 0.93% | 0.88% | - |
| HSV(B) | 92.63º | 0.23% | 0.99% | - |
| XYZ | 75.21 | 89.77 | 65.59 | - |
| YUV | 237.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 196 | 0.12 | 0 | 0.23 | 0.01 | 92.63 | 0.93 | 0.88 |
| Hex | DE | FD | C4 | C | 0 | 17 | 1 | 5D | 5D | 58 |
| Octal | 336 | 375 | 304 | 14 | 0 | 27 | 1 | 135 | 135 | 130 |
| Binary | 11011110 | 11111101 | 11000100 | 1100 | 0 | 10111 | 1 | 1011101 | 1011101 | 1011000 |
Color Harmonies of #DEFDC4
Complementary color
Monochromatic Colors of #DEFDC4
Black with #DEFDC4
Text Example
Text Example
White with #DEFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDC4; }
p { color: rgb(222,253,196); }
H1.HeaderClassName
{
color: #DEFDC4;
}
.AnyTagClassName
{
color: #DEFDC4;
}
</style>
background-color css
<style>
a { background-color: #DEFDC4; }
a { background-color: rgb(222,253,196); }
div.DivClassName
{
background-color: #DEFDC4;
}
.BgClassName
{
background-color: #DEFDC4;
}
</style>
border-color css
<style>
span { border-color: #DEFDC4; }
span { border-color: rgb(222,253,196); }
td.TdClassName
{
border-color: #DEFDC4;
}
.TagClassName
{
border-color: #DEFDC4;
}
</style>