Shades of Tea Green #D5EEC0
Tints of Tea Green #D5EEC0
RGB
CMYK
RGB Variations
Color information
#D5EEC0 (or 0xD5EEC0) is known color: Tea Green. HEX triplet: D5, EE and C0. RGB value is (213,238,192). Sum of RGB (Red+Green+Blue) = 213+238+192=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEC0 is #2A113F. Grayscale: #E1E1E1. Windows color (decimal): -2756928 or 12644053. OLE color: 12644053.
HSL color Cylindrical-coordinate representation of color #D5EEC0: hue angle of 92.61º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5EEC0 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 238 | 192 | - |
CMYK | 0.11 | 0 | 0.19 | 0.07 |
HSL | 92.61º | 0.58% | 0.84% | - |
HSV(B) | 92.61º | 0.19% | 0.93% | - |
XYZ | 67.53 | 79.1 | 61.58 | - |
YUV | 225.28 | 109.22 | 119.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 238 | 192 | 0.11 | 0 | 0.19 | 0.07 | 92.61 | 0.58 | 0.84 |
Hex | D5 | EE | C0 | B | 0 | 13 | 7 | 5D | 3A | 54 |
Octal | 325 | 356 | 300 | 13 | 0 | 23 | 7 | 135 | 72 | 124 |
Binary | 11010101 | 11101110 | 11000000 | 1011 | 0 | 10011 | 111 | 1011101 | 111010 | 1010100 |
Color Harmonies of #D5EEC0
Complementary color
Monochromatic Colors of #D5EEC0
Black with #D5EEC0
Text Example
Text Example
White with #D5EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEC0; }
p { color: rgb(213,238,192); }
H1.HeaderClassName
{
color: #D5EEC0;
}
.AnyTagClassName
{
color: #D5EEC0;
}
</style>
background-color css
<style>
a { background-color: #D5EEC0; }
a { background-color: rgb(213,238,192); }
div.DivClassName
{
background-color: #D5EEC0;
}
.BgClassName
{
background-color: #D5EEC0;
}
</style>
border-color css
<style>
span { border-color: #D5EEC0; }
span { border-color: rgb(213,238,192); }
td.TdClassName
{
border-color: #D5EEC0;
}
.TagClassName
{
border-color: #D5EEC0;
}
</style>