Shades of Tea Green #DEFFC4
Tints of Tea Green #DEFFC4
RGB
CMYK
RGB Variations
Color information
#DEFFC4 (or 0xDEFFC4) is known color: Tea Green. HEX triplet: DE, FF and C4. RGB value is (222,255,196). Sum of RGB (Red+Green+Blue) = 222+255+196=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 196 (76.95% from 255 or 29.12% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFC4 is #21003B. Grayscale: #EEEEEE. Windows color (decimal): -2162748 or 12910558. OLE color: 12910558.
HSL color Cylindrical-coordinate representation of color #DEFFC4: hue angle of 93.56º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFFC4 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 222 | 255 | 196 | - |
CMYK | 0.13 | 0 | 0.23 | 0 |
HSL | 93.56º | 1% | 0.88% | - |
HSV(B) | 93.56º | 0.23% | 1% | - |
XYZ | 75.85 | 91.04 | 65.8 | - |
YUV | 238.41 | 104.07 | 116.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 255 | 196 | 0.13 | 0 | 0.23 | 0 | 93.56 | 1 | 0.88 |
Hex | DE | FF | C4 | D | 0 | 17 | 0 | 5E | 64 | 58 |
Octal | 336 | 377 | 304 | 15 | 0 | 27 | 0 | 136 | 144 | 130 |
Binary | 11011110 | 11111111 | 11000100 | 1101 | 0 | 10111 | 0 | 1011110 | 1100100 | 1011000 |
Color Harmonies of #DEFFC4
Complementary color
Monochromatic Colors of #DEFFC4
Black with #DEFFC4
Text Example
Text Example
White with #DEFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFC4; }
p { color: rgb(222,255,196); }
H1.HeaderClassName
{
color: #DEFFC4;
}
.AnyTagClassName
{
color: #DEFFC4;
}
</style>
background-color css
<style>
a { background-color: #DEFFC4; }
a { background-color: rgb(222,255,196); }
div.DivClassName
{
background-color: #DEFFC4;
}
.BgClassName
{
background-color: #DEFFC4;
}
</style>
border-color css
<style>
span { border-color: #DEFFC4; }
span { border-color: rgb(222,255,196); }
td.TdClassName
{
border-color: #DEFFC4;
}
.TagClassName
{
border-color: #DEFFC4;
}
</style>