Shades of Tea Green #D7EBC0
Tints of Tea Green #D7EBC0
RGB
CMYK
RGB Variations
Color information
#D7EBC0 (or 0xD7EBC0) is known color: Tea Green. HEX triplet: D7, EB and C0. RGB value is (215,235,192). Sum of RGB (Red+Green+Blue) = 215+235+192=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBC0 is #28143F. Grayscale: #E0E0E0. Windows color (decimal): -2626624 or 12643287. OLE color: 12643287.
HSL color Cylindrical-coordinate representation of color #D7EBC0: hue angle of 87.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7EBC0 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 235 | 192 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.08 |
| HSL | 87.91º | 0.52% | 0.84% | - |
| HSV(B) | 87.91º | 0.18% | 0.92% | - |
| XYZ | 67.25 | 77.67 | 61.32 | - |
| YUV | 224.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 235 | 192 | 0.09 | 0 | 0.18 | 0.08 | 87.91 | 0.52 | 0.84 |
| Hex | D7 | EB | C0 | 9 | 0 | 12 | 8 | 58 | 34 | 54 |
| Octal | 327 | 353 | 300 | 11 | 0 | 22 | 10 | 130 | 64 | 124 |
| Binary | 11010111 | 11101011 | 11000000 | 1001 | 0 | 10010 | 1000 | 1011000 | 110100 | 1010100 |
Color Harmonies of #D7EBC0
Complementary color
Monochromatic Colors of #D7EBC0
Black with #D7EBC0
Text Example
Text Example
White with #D7EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EBC0; }
p { color: rgb(215,235,192); }
H1.HeaderClassName
{
color: #D7EBC0;
}
.AnyTagClassName
{
color: #D7EBC0;
}
</style>
background-color css
<style>
a { background-color: #D7EBC0; }
a { background-color: rgb(215,235,192); }
div.DivClassName
{
background-color: #D7EBC0;
}
.BgClassName
{
background-color: #D7EBC0;
}
</style>
border-color css
<style>
span { border-color: #D7EBC0; }
span { border-color: rgb(215,235,192); }
td.TdClassName
{
border-color: #D7EBC0;
}
.TagClassName
{
border-color: #D7EBC0;
}
</style>