Shades of Tea Green #DEFEC2
Tints of Tea Green #DEFEC2
RGB
CMYK
RGB Variations
Color information
#DEFEC2 (or 0xDEFEC2) is known color: Tea Green. HEX triplet: DE, FE and C2. RGB value is (222,254,194). Sum of RGB (Red+Green+Blue) = 222+254+194=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEC2 is #21013D. Grayscale: #EDEDED. Windows color (decimal): -2163006 or 12779230. OLE color: 12779230.
HSL color Cylindrical-coordinate representation of color #DEFEC2: hue angle of 92º 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 #DEFEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 194 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.00 |
| HSL | 92º | 0.97% | 0.88% | - |
| HSV(B) | 92º | 0.24% | 1% | - |
| XYZ | 75.3 | 90.31 | 64.5 | - |
| YUV | 237.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 194 | 0.13 | 0 | 0.24 | 0.00 | 92 | 0.97 | 0.88 |
| Hex | DE | FE | C2 | D | 0 | 18 | 0 | 5C | 61 | 58 |
| Octal | 336 | 376 | 302 | 15 | 0 | 30 | 0 | 134 | 141 | 130 |
| Binary | 11011110 | 11111110 | 11000010 | 1101 | 0 | 11000 | 0 | 1011100 | 1100001 | 1011000 |
Color Harmonies of #DEFEC2
Complementary color
Monochromatic Colors of #DEFEC2
Black with #DEFEC2
Text Example
Text Example
White with #DEFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEC2; }
p { color: rgb(222,254,194); }
H1.HeaderClassName
{
color: #DEFEC2;
}
.AnyTagClassName
{
color: #DEFEC2;
}
</style>
background-color css
<style>
a { background-color: #DEFEC2; }
a { background-color: rgb(222,254,194); }
div.DivClassName
{
background-color: #DEFEC2;
}
.BgClassName
{
background-color: #DEFEC2;
}
</style>
border-color css
<style>
span { border-color: #DEFEC2; }
span { border-color: rgb(222,254,194); }
td.TdClassName
{
border-color: #DEFEC2;
}
.TagClassName
{
border-color: #DEFEC2;
}
</style>