Shades of Tea Green #D5E9BA
Tints of Tea Green #D5E9BA
RGB
CMYK
RGB Variations
Color information
#D5E9BA (or 0xD5E9BA) is known color: Tea Green. HEX triplet: D5, E9 and BA. RGB value is (213,233,186). Sum of RGB (Red+Green+Blue) = 213+233+186=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9BA is #2A1645. Grayscale: #DDDDDD. Windows color (decimal): -2758214 or 12249557. OLE color: 12249557.
HSL color Cylindrical-coordinate representation of color #D5E9BA: hue angle of 85.53º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5E9BA is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 186 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.09 |
| HSL | 85.53º | 0.52% | 0.82% | - |
| HSV(B) | 85.53º | 0.2% | 0.91% | - |
| XYZ | 65.44 | 75.97 | 57.67 | - |
| YUV | 221.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 186 | 0.09 | 0 | 0.20 | 0.09 | 85.53 | 0.52 | 0.82 |
| Hex | D5 | E9 | BA | 9 | 0 | 14 | 9 | 56 | 34 | 52 |
| Octal | 325 | 351 | 272 | 11 | 0 | 24 | 11 | 126 | 64 | 122 |
| Binary | 11010101 | 11101001 | 10111010 | 1001 | 0 | 10100 | 1001 | 1010110 | 110100 | 1010010 |
Color Harmonies of #D5E9BA
Complementary color
Monochromatic Colors of #D5E9BA
Black with #D5E9BA
Text Example
Text Example
White with #D5E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9BA; }
p { color: rgb(213,233,186); }
H1.HeaderClassName
{
color: #D5E9BA;
}
.AnyTagClassName
{
color: #D5E9BA;
}
</style>
background-color css
<style>
a { background-color: #D5E9BA; }
a { background-color: rgb(213,233,186); }
div.DivClassName
{
background-color: #D5E9BA;
}
.BgClassName
{
background-color: #D5E9BA;
}
</style>
border-color css
<style>
span { border-color: #D5E9BA; }
span { border-color: rgb(213,233,186); }
td.TdClassName
{
border-color: #D5E9BA;
}
.TagClassName
{
border-color: #D5E9BA;
}
</style>