Shades of Tea Green #DEFCC5
Tints of Tea Green #DEFCC5
RGB
CMYK
RGB Variations
Color information
#DEFCC5 (or 0xDEFCC5) is known color: Tea Green. HEX triplet: DE, FC and C5. RGB value is (222,252,197). Sum of RGB (Red+Green+Blue) = 222+252+197=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCC5 is #21033A. Grayscale: #ECECEC. Windows color (decimal): -2163515 or 12975326. OLE color: 12975326.
HSL color Cylindrical-coordinate representation of color #DEFCC5: hue angle of 92.73º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEFCC5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 197 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.01 |
| HSL | 92.73º | 0.9% | 0.88% | - |
| HSV(B) | 92.73º | 0.22% | 0.99% | - |
| XYZ | 75.01 | 89.18 | 66.08 | - |
| YUV | 236.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 197 | 0.12 | 0 | 0.22 | 0.01 | 92.73 | 0.9 | 0.88 |
| Hex | DE | FC | C5 | C | 0 | 16 | 1 | 5D | 5A | 58 |
| Octal | 336 | 374 | 305 | 14 | 0 | 26 | 1 | 135 | 132 | 130 |
| Binary | 11011110 | 11111100 | 11000101 | 1100 | 0 | 10110 | 1 | 1011101 | 1011010 | 1011000 |
Color Harmonies of #DEFCC5
Complementary color
Monochromatic Colors of #DEFCC5
Black with #DEFCC5
Text Example
Text Example
White with #DEFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCC5; }
p { color: rgb(222,252,197); }
H1.HeaderClassName
{
color: #DEFCC5;
}
.AnyTagClassName
{
color: #DEFCC5;
}
</style>
background-color css
<style>
a { background-color: #DEFCC5; }
a { background-color: rgb(222,252,197); }
div.DivClassName
{
background-color: #DEFCC5;
}
.BgClassName
{
background-color: #DEFCC5;
}
</style>
border-color css
<style>
span { border-color: #DEFCC5; }
span { border-color: rgb(222,252,197); }
td.TdClassName
{
border-color: #DEFCC5;
}
.TagClassName
{
border-color: #DEFCC5;
}
</style>