Shades of Tea Green #D2EBB5
Tints of Tea Green #D2EBB5
RGB
CMYK
RGB Variations
Color information
#D2EBB5 (or 0xD2EBB5) is known color: Tea Green. HEX triplet: D2, EB and B5. RGB value is (210,235,181). Sum of RGB (Red+Green+Blue) = 210+235+181=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBB5 is #2D144A. Grayscale: #DDDDDD. Windows color (decimal): -2954315 or 11922386. OLE color: 11922386.
HSL color Cylindrical-coordinate representation of color #D2EBB5: hue angle of 87.78º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2EBB5 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 181 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.08 |
| HSL | 87.78º | 0.57% | 0.82% | - |
| HSV(B) | 87.78º | 0.23% | 0.92% | - |
| XYZ | 64.63 | 76.45 | 55.07 | - |
| YUV | 221.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 181 | 0.11 | 0 | 0.23 | 0.08 | 87.78 | 0.57 | 0.82 |
| Hex | D2 | EB | B5 | B | 0 | 17 | 8 | 58 | 39 | 52 |
| Octal | 322 | 353 | 265 | 13 | 0 | 27 | 10 | 130 | 71 | 122 |
| Binary | 11010010 | 11101011 | 10110101 | 1011 | 0 | 10111 | 1000 | 1011000 | 111001 | 1010010 |
Color Harmonies of #D2EBB5
Complementary color
Monochromatic Colors of #D2EBB5
Black with #D2EBB5
Text Example
Text Example
White with #D2EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBB5; }
p { color: rgb(210,235,181); }
H1.HeaderClassName
{
color: #D2EBB5;
}
.AnyTagClassName
{
color: #D2EBB5;
}
</style>
background-color css
<style>
a { background-color: #D2EBB5; }
a { background-color: rgb(210,235,181); }
div.DivClassName
{
background-color: #D2EBB5;
}
.BgClassName
{
background-color: #D2EBB5;
}
</style>
border-color css
<style>
span { border-color: #D2EBB5; }
span { border-color: rgb(210,235,181); }
td.TdClassName
{
border-color: #D2EBB5;
}
.TagClassName
{
border-color: #D2EBB5;
}
</style>