Shades of Tea Green #D2EFBE
Tints of Tea Green #D2EFBE
RGB
CMYK
RGB Variations
Color information
#D2EFBE (or 0xD2EFBE) is known color: Tea Green. HEX triplet: D2, EF and BE. RGB value is (210,239,190). Sum of RGB (Red+Green+Blue) = 210+239+190=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFBE is #2D1041. Grayscale: #E0E0E0. Windows color (decimal): -2953282 or 12513234. OLE color: 12513234.
HSL color Cylindrical-coordinate representation of color #D2EFBE: hue angle of 95.51º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2EFBE is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 190 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.06 |
| HSL | 95.51º | 0.6% | 0.84% | - |
| HSV(B) | 95.51º | 0.21% | 0.94% | - |
| XYZ | 66.74 | 79.15 | 60.48 | - |
| YUV | 224.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 190 | 0.12 | 0 | 0.21 | 0.06 | 95.51 | 0.6 | 0.84 |
| Hex | D2 | EF | BE | C | 0 | 15 | 6 | 60 | 3C | 54 |
| Octal | 322 | 357 | 276 | 14 | 0 | 25 | 6 | 140 | 74 | 124 |
| Binary | 11010010 | 11101111 | 10111110 | 1100 | 0 | 10101 | 110 | 1100000 | 111100 | 1010100 |
Color Harmonies of #D2EFBE
Complementary color
Monochromatic Colors of #D2EFBE
Black with #D2EFBE
Text Example
Text Example
White with #D2EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFBE; }
p { color: rgb(210,239,190); }
H1.HeaderClassName
{
color: #D2EFBE;
}
.AnyTagClassName
{
color: #D2EFBE;
}
</style>
background-color css
<style>
a { background-color: #D2EFBE; }
a { background-color: rgb(210,239,190); }
div.DivClassName
{
background-color: #D2EFBE;
}
.BgClassName
{
background-color: #D2EFBE;
}
</style>
border-color css
<style>
span { border-color: #D2EFBE; }
span { border-color: rgb(210,239,190); }
td.TdClassName
{
border-color: #D2EFBE;
}
.TagClassName
{
border-color: #D2EFBE;
}
</style>