Shades of Tea Green #D2EBB6
Tints of Tea Green #D2EBB6
RGB
CMYK
RGB Variations
Color information
#D2EBB6 (or 0xD2EBB6) is known color: Tea Green. HEX triplet: D2, EB and B6. RGB value is (210,235,182). Sum of RGB (Red+Green+Blue) = 210+235+182=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 182 (71.48% from 255 or 29.03% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBB6 is #2D1449. Grayscale: #DDDDDD. Windows color (decimal): -2954314 or 11987922. OLE color: 11987922.
HSL color Cylindrical-coordinate representation of color #D2EBB6: hue angle of 88.3º 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 #D2EBB6 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 182 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.08 |
| HSL | 88.3º | 0.57% | 0.82% | - |
| HSV(B) | 88.3º | 0.23% | 0.92% | - |
| XYZ | 64.73 | 76.5 | 55.61 | - |
| YUV | 221.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 182 | 0.11 | 0 | 0.23 | 0.08 | 88.3 | 0.57 | 0.82 |
| Hex | D2 | EB | B6 | B | 0 | 17 | 8 | 58 | 39 | 52 |
| Octal | 322 | 353 | 266 | 13 | 0 | 27 | 10 | 130 | 71 | 122 |
| Binary | 11010010 | 11101011 | 10110110 | 1011 | 0 | 10111 | 1000 | 1011000 | 111001 | 1010010 |
Color Harmonies of #D2EBB6
Complementary color
Monochromatic Colors of #D2EBB6
Black with #D2EBB6
Text Example
Text Example
White with #D2EBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBB6; }
p { color: rgb(210,235,182); }
H1.HeaderClassName
{
color: #D2EBB6;
}
.AnyTagClassName
{
color: #D2EBB6;
}
</style>
background-color css
<style>
a { background-color: #D2EBB6; }
a { background-color: rgb(210,235,182); }
div.DivClassName
{
background-color: #D2EBB6;
}
.BgClassName
{
background-color: #D2EBB6;
}
</style>
border-color css
<style>
span { border-color: #D2EBB6; }
span { border-color: rgb(210,235,182); }
td.TdClassName
{
border-color: #D2EBB6;
}
.TagClassName
{
border-color: #D2EBB6;
}
</style>