Shades of Tea Green #D2EEBA
Tints of Tea Green #D2EEBA
RGB
CMYK
RGB Variations
Color information
#D2EEBA (or 0xD2EEBA) is known color: Tea Green. HEX triplet: D2, EE and BA. RGB value is (210,238,186). Sum of RGB (Red+Green+Blue) = 210+238+186=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEBA is #2D1145. Grayscale: #DFDFDF. Windows color (decimal): -2953542 or 12250834. OLE color: 12250834.
HSL color Cylindrical-coordinate representation of color #D2EEBA: hue angle of 92.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2EEBA is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 186 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.07 |
| HSL | 92.31º | 0.6% | 0.83% | - |
| HSV(B) | 92.31º | 0.22% | 0.93% | - |
| XYZ | 66.02 | 78.4 | 58.11 | - |
| YUV | 223.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 186 | 0.12 | 0 | 0.22 | 0.07 | 92.31 | 0.6 | 0.83 |
| Hex | D2 | EE | BA | C | 0 | 16 | 7 | 5C | 3C | 53 |
| Octal | 322 | 356 | 272 | 14 | 0 | 26 | 7 | 134 | 74 | 123 |
| Binary | 11010010 | 11101110 | 10111010 | 1100 | 0 | 10110 | 111 | 1011100 | 111100 | 1010011 |
Color Harmonies of #D2EEBA
Complementary color
Monochromatic Colors of #D2EEBA
Black with #D2EEBA
Text Example
Text Example
White with #D2EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEBA; }
p { color: rgb(210,238,186); }
H1.HeaderClassName
{
color: #D2EEBA;
}
.AnyTagClassName
{
color: #D2EEBA;
}
</style>
background-color css
<style>
a { background-color: #D2EEBA; }
a { background-color: rgb(210,238,186); }
div.DivClassName
{
background-color: #D2EEBA;
}
.BgClassName
{
background-color: #D2EEBA;
}
</style>
border-color css
<style>
span { border-color: #D2EEBA; }
span { border-color: rgb(210,238,186); }
td.TdClassName
{
border-color: #D2EEBA;
}
.TagClassName
{
border-color: #D2EEBA;
}
</style>