Shades of Tea Green #D2E7BF
Tints of Tea Green #D2E7BF
RGB
CMYK
RGB Variations
Color information
#D2E7BF (or 0xD2E7BF) is known color: Tea Green. HEX triplet: D2, E7 and BF. RGB value is (210,231,191). Sum of RGB (Red+Green+Blue) = 210+231+191=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7BF is #2D1840. Grayscale: #DCDCDC. Windows color (decimal): -2955329 or 12576722. OLE color: 12576722.
HSL color Cylindrical-coordinate representation of color #D2E7BF: hue angle of 91.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2E7BF is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 191 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.09 |
| HSL | 91.5º | 0.45% | 0.83% | - |
| HSV(B) | 91.5º | 0.17% | 0.91% | - |
| XYZ | 64.56 | 74.62 | 60.29 | - |
| YUV | 220.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 191 | 0.09 | 0 | 0.17 | 0.09 | 91.5 | 0.45 | 0.83 |
| Hex | D2 | E7 | BF | 9 | 0 | 11 | 9 | 5C | 2D | 53 |
| Octal | 322 | 347 | 277 | 11 | 0 | 21 | 11 | 134 | 55 | 123 |
| Binary | 11010010 | 11100111 | 10111111 | 1001 | 0 | 10001 | 1001 | 1011100 | 101101 | 1010011 |
Color Harmonies of #D2E7BF
Complementary color
Monochromatic Colors of #D2E7BF
Black with #D2E7BF
Text Example
Text Example
White with #D2E7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E7BF; }
p { color: rgb(210,231,191); }
H1.HeaderClassName
{
color: #D2E7BF;
}
.AnyTagClassName
{
color: #D2E7BF;
}
</style>
background-color css
<style>
a { background-color: #D2E7BF; }
a { background-color: rgb(210,231,191); }
div.DivClassName
{
background-color: #D2E7BF;
}
.BgClassName
{
background-color: #D2E7BF;
}
</style>
border-color css
<style>
span { border-color: #D2E7BF; }
span { border-color: rgb(210,231,191); }
td.TdClassName
{
border-color: #D2E7BF;
}
.TagClassName
{
border-color: #D2E7BF;
}
</style>