Shades of Tea Green #DEFCC1
Tints of Tea Green #DEFCC1
RGB
CMYK
RGB Variations
Color information
#DEFCC1 (or 0xDEFCC1) is known color: Tea Green. HEX triplet: DE, FC and C1. RGB value is (222,252,193). Sum of RGB (Red+Green+Blue) = 222+252+193=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCC1 is #21033E. Grayscale: #ECECEC. Windows color (decimal): -2163519 or 12713182. OLE color: 12713182.
HSL color Cylindrical-coordinate representation of color #DEFCC1: hue angle of 90.51º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFCC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 193 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.01 |
| HSL | 90.51º | 0.91% | 0.87% | - |
| HSV(B) | 90.51º | 0.23% | 0.99% | - |
| XYZ | 74.56 | 89 | 63.7 | - |
| YUV | 236.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 193 | 0.12 | 0 | 0.23 | 0.01 | 90.51 | 0.91 | 0.87 |
| Hex | DE | FC | C1 | C | 0 | 17 | 1 | 5B | 5B | 57 |
| Octal | 336 | 374 | 301 | 14 | 0 | 27 | 1 | 133 | 133 | 127 |
| Binary | 11011110 | 11111100 | 11000001 | 1100 | 0 | 10111 | 1 | 1011011 | 1011011 | 1010111 |
Color Harmonies of #DEFCC1
Complementary color
Monochromatic Colors of #DEFCC1
Black with #DEFCC1
Text Example
Text Example
White with #DEFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCC1; }
p { color: rgb(222,252,193); }
H1.HeaderClassName
{
color: #DEFCC1;
}
.AnyTagClassName
{
color: #DEFCC1;
}
</style>
background-color css
<style>
a { background-color: #DEFCC1; }
a { background-color: rgb(222,252,193); }
div.DivClassName
{
background-color: #DEFCC1;
}
.BgClassName
{
background-color: #DEFCC1;
}
</style>
border-color css
<style>
span { border-color: #DEFCC1; }
span { border-color: rgb(222,252,193); }
td.TdClassName
{
border-color: #DEFCC1;
}
.TagClassName
{
border-color: #DEFCC1;
}
</style>