Shades of Tea Green #DEFEC4
Tints of Tea Green #DEFEC4
RGB
CMYK
RGB Variations
Color information
#DEFEC4 (or 0xDEFEC4) is known color: Tea Green. HEX triplet: DE, FE and C4. RGB value is (222,254,196). Sum of RGB (Red+Green+Blue) = 222+254+196=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEC4 is #21013B. Grayscale: #EEEEEE. Windows color (decimal): -2163004 or 12910302. OLE color: 12910302.
HSL color Cylindrical-coordinate representation of color #DEFEC4: hue angle of 93.1º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFEC4 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 196 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.00 |
| HSL | 93.1º | 0.97% | 0.88% | - |
| HSV(B) | 93.1º | 0.23% | 1% | - |
| XYZ | 75.53 | 90.4 | 65.69 | - |
| YUV | 237.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 196 | 0.13 | 0 | 0.23 | 0.00 | 93.1 | 0.97 | 0.88 |
| Hex | DE | FE | C4 | D | 0 | 17 | 0 | 5D | 61 | 58 |
| Octal | 336 | 376 | 304 | 15 | 0 | 27 | 0 | 135 | 141 | 130 |
| Binary | 11011110 | 11111110 | 11000100 | 1101 | 0 | 10111 | 0 | 1011101 | 1100001 | 1011000 |
Color Harmonies of #DEFEC4
Complementary color
Monochromatic Colors of #DEFEC4
Black with #DEFEC4
Text Example
Text Example
White with #DEFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEC4; }
p { color: rgb(222,254,196); }
H1.HeaderClassName
{
color: #DEFEC4;
}
.AnyTagClassName
{
color: #DEFEC4;
}
</style>
background-color css
<style>
a { background-color: #DEFEC4; }
a { background-color: rgb(222,254,196); }
div.DivClassName
{
background-color: #DEFEC4;
}
.BgClassName
{
background-color: #DEFEC4;
}
</style>
border-color css
<style>
span { border-color: #DEFEC4; }
span { border-color: rgb(222,254,196); }
td.TdClassName
{
border-color: #DEFEC4;
}
.TagClassName
{
border-color: #DEFEC4;
}
</style>