Shades of Tea Green #D4EDBC
Tints of Tea Green #D4EDBC
RGB
CMYK
RGB Variations
Color information
#D4EDBC (or 0xD4EDBC) is known color: Tea Green. HEX triplet: D4, ED and BC. RGB value is (212,237,188). Sum of RGB (Red+Green+Blue) = 212+237+188=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDBC is #2B1243. Grayscale: #E0E0E0. Windows color (decimal): -2822724 or 12381652. OLE color: 12381652.
HSL color Cylindrical-coordinate representation of color #D4EDBC: hue angle of 90.61º 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 #D4EDBC is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 188 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.07 |
| HSL | 90.61º | 0.58% | 0.83% | - |
| HSV(B) | 90.61º | 0.21% | 0.93% | - |
| XYZ | 66.51 | 78.2 | 59.16 | - |
| YUV | 223.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 188 | 0.11 | 0 | 0.21 | 0.07 | 90.61 | 0.58 | 0.83 |
| Hex | D4 | ED | BC | B | 0 | 15 | 7 | 5B | 3A | 53 |
| Octal | 324 | 355 | 274 | 13 | 0 | 25 | 7 | 133 | 72 | 123 |
| Binary | 11010100 | 11101101 | 10111100 | 1011 | 0 | 10101 | 111 | 1011011 | 111010 | 1010011 |
Color Harmonies of #D4EDBC
Complementary color
Monochromatic Colors of #D4EDBC
Black with #D4EDBC
Text Example
Text Example
White with #D4EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDBC; }
p { color: rgb(212,237,188); }
H1.HeaderClassName
{
color: #D4EDBC;
}
.AnyTagClassName
{
color: #D4EDBC;
}
</style>
background-color css
<style>
a { background-color: #D4EDBC; }
a { background-color: rgb(212,237,188); }
div.DivClassName
{
background-color: #D4EDBC;
}
.BgClassName
{
background-color: #D4EDBC;
}
</style>
border-color css
<style>
span { border-color: #D4EDBC; }
span { border-color: rgb(212,237,188); }
td.TdClassName
{
border-color: #D4EDBC;
}
.TagClassName
{
border-color: #D4EDBC;
}
</style>