Shades of Tea Green #D6EDBF
Tints of Tea Green #D6EDBF
RGB
CMYK
RGB Variations
Color information
#D6EDBF (or 0xD6EDBF) is known color: Tea Green. HEX triplet: D6, ED and BF. RGB value is (214,237,191). Sum of RGB (Red+Green+Blue) = 214+237+191=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDBF is #291240. Grayscale: #E1E1E1. Windows color (decimal): -2691649 or 12578262. OLE color: 12578262.
HSL color Cylindrical-coordinate representation of color #D6EDBF: hue angle of 90º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6EDBF is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 191 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.07 |
| HSL | 90º | 0.56% | 0.84% | - |
| HSV(B) | 90º | 0.19% | 0.93% | - |
| XYZ | 67.42 | 78.63 | 60.91 | - |
| YUV | 224.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 191 | 0.10 | 0 | 0.19 | 0.07 | 90 | 0.56 | 0.84 |
| Hex | D6 | ED | BF | A | 0 | 13 | 7 | 5A | 38 | 54 |
| Octal | 326 | 355 | 277 | 12 | 0 | 23 | 7 | 132 | 70 | 124 |
| Binary | 11010110 | 11101101 | 10111111 | 1010 | 0 | 10011 | 111 | 1011010 | 111000 | 1010100 |
Color Harmonies of #D6EDBF
Complementary color
Monochromatic Colors of #D6EDBF
Black with #D6EDBF
Text Example
Text Example
White with #D6EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDBF; }
p { color: rgb(214,237,191); }
H1.HeaderClassName
{
color: #D6EDBF;
}
.AnyTagClassName
{
color: #D6EDBF;
}
</style>
background-color css
<style>
a { background-color: #D6EDBF; }
a { background-color: rgb(214,237,191); }
div.DivClassName
{
background-color: #D6EDBF;
}
.BgClassName
{
background-color: #D6EDBF;
}
</style>
border-color css
<style>
span { border-color: #D6EDBF; }
span { border-color: rgb(214,237,191); }
td.TdClassName
{
border-color: #D6EDBF;
}
.TagClassName
{
border-color: #D6EDBF;
}
</style>