Shades of Tea Green #D2EEBE
Tints of Tea Green #D2EEBE
RGB
CMYK
RGB Variations
Color information
#D2EEBE (or 0xD2EEBE) is known color: Tea Green. HEX triplet: D2, EE and BE. RGB value is (210,238,190). Sum of RGB (Red+Green+Blue) = 210+238+190=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEBE is #2D1141. Grayscale: #E0E0E0. Windows color (decimal): -2953538 or 12512978. OLE color: 12512978.
HSL color Cylindrical-coordinate representation of color #D2EEBE: hue angle of 95º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2EEBE is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 190 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.07 |
| HSL | 95º | 0.59% | 0.84% | - |
| HSV(B) | 95º | 0.2% | 0.93% | - |
| XYZ | 66.45 | 78.57 | 60.38 | - |
| YUV | 224.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 190 | 0.12 | 0 | 0.20 | 0.07 | 95 | 0.59 | 0.84 |
| Hex | D2 | EE | BE | C | 0 | 14 | 7 | 5F | 3B | 54 |
| Octal | 322 | 356 | 276 | 14 | 0 | 24 | 7 | 137 | 73 | 124 |
| Binary | 11010010 | 11101110 | 10111110 | 1100 | 0 | 10100 | 111 | 1011111 | 111011 | 1010100 |
Color Harmonies of #D2EEBE
Complementary color
Monochromatic Colors of #D2EEBE
Black with #D2EEBE
Text Example
Text Example
White with #D2EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEBE; }
p { color: rgb(210,238,190); }
H1.HeaderClassName
{
color: #D2EEBE;
}
.AnyTagClassName
{
color: #D2EEBE;
}
</style>
background-color css
<style>
a { background-color: #D2EEBE; }
a { background-color: rgb(210,238,190); }
div.DivClassName
{
background-color: #D2EEBE;
}
.BgClassName
{
background-color: #D2EEBE;
}
</style>
border-color css
<style>
span { border-color: #D2EEBE; }
span { border-color: rgb(210,238,190); }
td.TdClassName
{
border-color: #D2EEBE;
}
.TagClassName
{
border-color: #D2EEBE;
}
</style>