Shades of Tea Green #DEFEC0
Tints of Tea Green #DEFEC0
RGB
CMYK
RGB Variations
Color information
#DEFEC0 (or 0xDEFEC0) is known color: Tea Green. HEX triplet: DE, FE and C0. RGB value is (222,254,192). Sum of RGB (Red+Green+Blue) = 222+254+192=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEC0 is #21013F. Grayscale: #EDEDED. Windows color (decimal): -2163008 or 12648158. OLE color: 12648158.
HSL color Cylindrical-coordinate representation of color #DEFEC0: hue angle of 90.97º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEFEC0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 192 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.00 |
| HSL | 90.97º | 0.97% | 0.87% | - |
| HSV(B) | 90.97º | 0.24% | 1% | - |
| XYZ | 75.08 | 90.22 | 63.33 | - |
| YUV | 237.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 192 | 0.13 | 0 | 0.24 | 0.00 | 90.97 | 0.97 | 0.87 |
| Hex | DE | FE | C0 | D | 0 | 18 | 0 | 5B | 61 | 57 |
| Octal | 336 | 376 | 300 | 15 | 0 | 30 | 0 | 133 | 141 | 127 |
| Binary | 11011110 | 11111110 | 11000000 | 1101 | 0 | 11000 | 0 | 1011011 | 1100001 | 1010111 |
Color Harmonies of #DEFEC0
Complementary color
Monochromatic Colors of #DEFEC0
Black with #DEFEC0
Text Example
Text Example
White with #DEFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEC0; }
p { color: rgb(222,254,192); }
H1.HeaderClassName
{
color: #DEFEC0;
}
.AnyTagClassName
{
color: #DEFEC0;
}
</style>
background-color css
<style>
a { background-color: #DEFEC0; }
a { background-color: rgb(222,254,192); }
div.DivClassName
{
background-color: #DEFEC0;
}
.BgClassName
{
background-color: #DEFEC0;
}
</style>
border-color css
<style>
span { border-color: #DEFEC0; }
span { border-color: rgb(222,254,192); }
td.TdClassName
{
border-color: #DEFEC0;
}
.TagClassName
{
border-color: #DEFEC0;
}
</style>