Shades of Tea Green #D2EFBA
Tints of Tea Green #D2EFBA
RGB
CMYK
RGB Variations
Color information
#D2EFBA (or 0xD2EFBA) is known color: Tea Green. HEX triplet: D2, EF and BA. RGB value is (210,239,186). Sum of RGB (Red+Green+Blue) = 210+239+186=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFBA is #2D1045. Grayscale: #E0E0E0. Windows color (decimal): -2953286 or 12251090. OLE color: 12251090.
HSL color Cylindrical-coordinate representation of color #D2EFBA: hue angle of 92.83º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2EFBA is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 186 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.06 |
| HSL | 92.83º | 0.62% | 0.83% | - |
| HSV(B) | 92.83º | 0.22% | 0.94% | - |
| XYZ | 66.31 | 78.98 | 58.2 | - |
| YUV | 224.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 186 | 0.12 | 0 | 0.22 | 0.06 | 92.83 | 0.62 | 0.83 |
| Hex | D2 | EF | BA | C | 0 | 16 | 6 | 5D | 3E | 53 |
| Octal | 322 | 357 | 272 | 14 | 0 | 26 | 6 | 135 | 76 | 123 |
| Binary | 11010010 | 11101111 | 10111010 | 1100 | 0 | 10110 | 110 | 1011101 | 111110 | 1010011 |
Color Harmonies of #D2EFBA
Complementary color
Monochromatic Colors of #D2EFBA
Black with #D2EFBA
Text Example
Text Example
White with #D2EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFBA; }
p { color: rgb(210,239,186); }
H1.HeaderClassName
{
color: #D2EFBA;
}
.AnyTagClassName
{
color: #D2EFBA;
}
</style>
background-color css
<style>
a { background-color: #D2EFBA; }
a { background-color: rgb(210,239,186); }
div.DivClassName
{
background-color: #D2EFBA;
}
.BgClassName
{
background-color: #D2EFBA;
}
</style>
border-color css
<style>
span { border-color: #D2EFBA; }
span { border-color: rgb(210,239,186); }
td.TdClassName
{
border-color: #D2EFBA;
}
.TagClassName
{
border-color: #D2EFBA;
}
</style>