Shades of Tea Green #D6EBC1
Tints of Tea Green #D6EBC1
RGB
CMYK
RGB Variations
Color information
#D6EBC1 (or 0xD6EBC1) is known color: Tea Green. HEX triplet: D6, EB and C1. RGB value is (214,235,193). Sum of RGB (Red+Green+Blue) = 214+235+193=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBC1 is #29143E. Grayscale: #E0E0E0. Windows color (decimal): -2692159 or 12708822. OLE color: 12708822.
HSL color Cylindrical-coordinate representation of color #D6EBC1: hue angle of 90º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6EBC1 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 193 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.08 |
| HSL | 90º | 0.51% | 0.84% | - |
| HSV(B) | 90º | 0.18% | 0.92% | - |
| XYZ | 67.07 | 77.56 | 61.89 | - |
| YUV | 223.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 193 | 0.09 | 0 | 0.18 | 0.08 | 90 | 0.51 | 0.84 |
| Hex | D6 | EB | C1 | 9 | 0 | 12 | 8 | 5A | 33 | 54 |
| Octal | 326 | 353 | 301 | 11 | 0 | 22 | 10 | 132 | 63 | 124 |
| Binary | 11010110 | 11101011 | 11000001 | 1001 | 0 | 10010 | 1000 | 1011010 | 110011 | 1010100 |
Color Harmonies of #D6EBC1
Complementary color
Monochromatic Colors of #D6EBC1
Black with #D6EBC1
Text Example
Text Example
White with #D6EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EBC1; }
p { color: rgb(214,235,193); }
H1.HeaderClassName
{
color: #D6EBC1;
}
.AnyTagClassName
{
color: #D6EBC1;
}
</style>
background-color css
<style>
a { background-color: #D6EBC1; }
a { background-color: rgb(214,235,193); }
div.DivClassName
{
background-color: #D6EBC1;
}
.BgClassName
{
background-color: #D6EBC1;
}
</style>
border-color css
<style>
span { border-color: #D6EBC1; }
span { border-color: rgb(214,235,193); }
td.TdClassName
{
border-color: #D6EBC1;
}
.TagClassName
{
border-color: #D6EBC1;
}
</style>