Shades of Tea Green #D8EDBC
Tints of Tea Green #D8EDBC
RGB
CMYK
RGB Variations
Color information
#D8EDBC (or 0xD8EDBC) is known color: Tea Green. HEX triplet: D8, ED and BC. RGB value is (216,237,188). Sum of RGB (Red+Green+Blue) = 216+237+188=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EDBC is #271243. Grayscale: #E1E1E1. Windows color (decimal): -2560580 or 12381656. OLE color: 12381656.
HSL color Cylindrical-coordinate representation of color #D8EDBC: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8EDBC is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 188 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.07 |
| HSL | 85.71º | 0.58% | 0.83% | - |
| HSV(B) | 85.71º | 0.21% | 0.93% | - |
| XYZ | 67.68 | 78.8 | 59.22 | - |
| YUV | 225.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 188 | 0.09 | 0 | 0.21 | 0.07 | 85.71 | 0.58 | 0.83 |
| Hex | D8 | ED | BC | 9 | 0 | 15 | 7 | 56 | 3A | 53 |
| Octal | 330 | 355 | 274 | 11 | 0 | 25 | 7 | 126 | 72 | 123 |
| Binary | 11011000 | 11101101 | 10111100 | 1001 | 0 | 10101 | 111 | 1010110 | 111010 | 1010011 |
Color Harmonies of #D8EDBC
Complementary color
Monochromatic Colors of #D8EDBC
Black with #D8EDBC
Text Example
Text Example
White with #D8EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDBC; }
p { color: rgb(216,237,188); }
H1.HeaderClassName
{
color: #D8EDBC;
}
.AnyTagClassName
{
color: #D8EDBC;
}
</style>
background-color css
<style>
a { background-color: #D8EDBC; }
a { background-color: rgb(216,237,188); }
div.DivClassName
{
background-color: #D8EDBC;
}
.BgClassName
{
background-color: #D8EDBC;
}
</style>
border-color css
<style>
span { border-color: #D8EDBC; }
span { border-color: rgb(216,237,188); }
td.TdClassName
{
border-color: #D8EDBC;
}
.TagClassName
{
border-color: #D8EDBC;
}
</style>