Shades of Tea Green #D5EABD
Tints of Tea Green #D5EABD
RGB
CMYK
RGB Variations
Color information
#D5EABD (or 0xD5EABD) is known color: Tea Green. HEX triplet: D5, EA and BD. RGB value is (213,234,189). Sum of RGB (Red+Green+Blue) = 213+234+189=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EABD is #2A1542. Grayscale: #DEDEDE. Windows color (decimal): -2757955 or 12446421. OLE color: 12446421.
HSL color Cylindrical-coordinate representation of color #D5EABD: hue angle of 88º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5EABD is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 234 | 189 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.08 |
| HSL | 88º | 0.52% | 0.83% | - |
| HSV(B) | 88º | 0.19% | 0.92% | - |
| XYZ | 66.05 | 76.67 | 59.46 | - |
| YUV | 222.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 234 | 189 | 0.09 | 0 | 0.19 | 0.08 | 88 | 0.52 | 0.83 |
| Hex | D5 | EA | BD | 9 | 0 | 13 | 8 | 58 | 34 | 53 |
| Octal | 325 | 352 | 275 | 11 | 0 | 23 | 10 | 130 | 64 | 123 |
| Binary | 11010101 | 11101010 | 10111101 | 1001 | 0 | 10011 | 1000 | 1011000 | 110100 | 1010011 |
Color Harmonies of #D5EABD
Complementary color
Monochromatic Colors of #D5EABD
Black with #D5EABD
Text Example
Text Example
White with #D5EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EABD; }
p { color: rgb(213,234,189); }
H1.HeaderClassName
{
color: #D5EABD;
}
.AnyTagClassName
{
color: #D5EABD;
}
</style>
background-color css
<style>
a { background-color: #D5EABD; }
a { background-color: rgb(213,234,189); }
div.DivClassName
{
background-color: #D5EABD;
}
.BgClassName
{
background-color: #D5EABD;
}
</style>
border-color css
<style>
span { border-color: #D5EABD; }
span { border-color: rgb(213,234,189); }
td.TdClassName
{
border-color: #D5EABD;
}
.TagClassName
{
border-color: #D5EABD;
}
</style>