Shades of Tea Green #D2EBC2
Tints of Tea Green #D2EBC2
RGB
CMYK
RGB Variations
Color information
#D2EBC2 (or 0xD2EBC2) is known color: Tea Green. HEX triplet: D2, EB and C2. RGB value is (210,235,194). Sum of RGB (Red+Green+Blue) = 210+235+194=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBC2 is #2D143D. Grayscale: #DEDEDE. Windows color (decimal): -2954302 or 12774354. OLE color: 12774354.
HSL color Cylindrical-coordinate representation of color #D2EBC2: hue angle of 96.59º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2EBC2 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 194 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.08 |
| HSL | 96.59º | 0.51% | 0.84% | - |
| HSV(B) | 96.59º | 0.17% | 0.92% | - |
| XYZ | 66.02 | 77.01 | 62.42 | - |
| YUV | 222.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 194 | 0.11 | 0 | 0.17 | 0.08 | 96.59 | 0.51 | 0.84 |
| Hex | D2 | EB | C2 | B | 0 | 11 | 8 | 61 | 33 | 54 |
| Octal | 322 | 353 | 302 | 13 | 0 | 21 | 10 | 141 | 63 | 124 |
| Binary | 11010010 | 11101011 | 11000010 | 1011 | 0 | 10001 | 1000 | 1100001 | 110011 | 1010100 |
Color Harmonies of #D2EBC2
Complementary color
Monochromatic Colors of #D2EBC2
Black with #D2EBC2
Text Example
Text Example
White with #D2EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBC2; }
p { color: rgb(210,235,194); }
H1.HeaderClassName
{
color: #D2EBC2;
}
.AnyTagClassName
{
color: #D2EBC2;
}
</style>
background-color css
<style>
a { background-color: #D2EBC2; }
a { background-color: rgb(210,235,194); }
div.DivClassName
{
background-color: #D2EBC2;
}
.BgClassName
{
background-color: #D2EBC2;
}
</style>
border-color css
<style>
span { border-color: #D2EBC2; }
span { border-color: rgb(210,235,194); }
td.TdClassName
{
border-color: #D2EBC2;
}
.TagClassName
{
border-color: #D2EBC2;
}
</style>