Shades of Tea Green #D6EBC2
Tints of Tea Green #D6EBC2
RGB
CMYK
RGB Variations
Color information
#D6EBC2 (or 0xD6EBC2) is known color: Tea Green. HEX triplet: D6, EB and C2. RGB value is (214,235,194). Sum of RGB (Red+Green+Blue) = 214+235+194=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBC2 is #29143D. Grayscale: #E0E0E0. Windows color (decimal): -2692158 or 12774358. OLE color: 12774358.
HSL color Cylindrical-coordinate representation of color #D6EBC2: hue angle of 90.73º 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 #D6EBC2 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 194 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.08 |
| HSL | 90.73º | 0.51% | 0.84% | - |
| HSV(B) | 90.73º | 0.17% | 0.92% | - |
| XYZ | 67.18 | 77.61 | 62.48 | - |
| YUV | 224.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 194 | 0.09 | 0 | 0.17 | 0.08 | 90.73 | 0.51 | 0.84 |
| Hex | D6 | EB | C2 | 9 | 0 | 11 | 8 | 5B | 33 | 54 |
| Octal | 326 | 353 | 302 | 11 | 0 | 21 | 10 | 133 | 63 | 124 |
| Binary | 11010110 | 11101011 | 11000010 | 1001 | 0 | 10001 | 1000 | 1011011 | 110011 | 1010100 |
Color Harmonies of #D6EBC2
Complementary color
Monochromatic Colors of #D6EBC2
Black with #D6EBC2
Text Example
Text Example
White with #D6EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EBC2; }
p { color: rgb(214,235,194); }
H1.HeaderClassName
{
color: #D6EBC2;
}
.AnyTagClassName
{
color: #D6EBC2;
}
</style>
background-color css
<style>
a { background-color: #D6EBC2; }
a { background-color: rgb(214,235,194); }
div.DivClassName
{
background-color: #D6EBC2;
}
.BgClassName
{
background-color: #D6EBC2;
}
</style>
border-color css
<style>
span { border-color: #D6EBC2; }
span { border-color: rgb(214,235,194); }
td.TdClassName
{
border-color: #D6EBC2;
}
.TagClassName
{
border-color: #D6EBC2;
}
</style>