Shades of Tea Green #D5EBC6
Tints of Tea Green #D5EBC6
RGB
CMYK
RGB Variations
Color information
#D5EBC6 (or 0xD5EBC6) is known color: Tea Green. HEX triplet: D5, EB and C6. RGB value is (213,235,198). Sum of RGB (Red+Green+Blue) = 213+235+198=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 198 (77.73% from 255 or 30.65% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBC6 is #2A1439. Grayscale: #E0E0E0. Windows color (decimal): -2757690 or 13036501. OLE color: 13036501.
HSL color Cylindrical-coordinate representation of color #D5EBC6: hue angle of 95.68º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EBC6 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 235 | 198 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.08 |
| HSL | 95.68º | 0.48% | 0.85% | - |
| HSV(B) | 95.68º | 0.16% | 0.92% | - |
| XYZ | 67.34 | 77.64 | 64.86 | - |
| YUV | 224.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 235 | 198 | 0.09 | 0 | 0.16 | 0.08 | 95.68 | 0.48 | 0.85 |
| Hex | D5 | EB | C6 | 9 | 0 | 10 | 8 | 60 | 30 | 55 |
| Octal | 325 | 353 | 306 | 11 | 0 | 20 | 10 | 140 | 60 | 125 |
| Binary | 11010101 | 11101011 | 11000110 | 1001 | 0 | 10000 | 1000 | 1100000 | 110000 | 1010101 |
Color Harmonies of #D5EBC6
Complementary color
Monochromatic Colors of #D5EBC6
Black with #D5EBC6
Text Example
Text Example
White with #D5EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBC6; }
p { color: rgb(213,235,198); }
H1.HeaderClassName
{
color: #D5EBC6;
}
.AnyTagClassName
{
color: #D5EBC6;
}
</style>
background-color css
<style>
a { background-color: #D5EBC6; }
a { background-color: rgb(213,235,198); }
div.DivClassName
{
background-color: #D5EBC6;
}
.BgClassName
{
background-color: #D5EBC6;
}
</style>
border-color css
<style>
span { border-color: #D5EBC6; }
span { border-color: rgb(213,235,198); }
td.TdClassName
{
border-color: #D5EBC6;
}
.TagClassName
{
border-color: #D5EBC6;
}
</style>