Shades of Tea Green #D5EBBC
Tints of Tea Green #D5EBBC
RGB
CMYK
RGB Variations
Color information
#D5EBBC (or 0xD5EBBC) is known color: Tea Green. HEX triplet: D5, EB and BC. RGB value is (213,235,188). Sum of RGB (Red+Green+Blue) = 213+235+188=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBBC is #2A1443. Grayscale: #DFDFDF. Windows color (decimal): -2757700 or 12381141. OLE color: 12381141.
HSL color Cylindrical-coordinate representation of color #D5EBBC: hue angle of 88.09º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5EBBC is Cyan = 0.09, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 235 | 188 | - |
| CMYK | 0.09 | 0 | 0.2 | 0.08 |
| HSL | 88.09º | 0.54% | 0.83% | - |
| HSV(B) | 88.09º | 0.2% | 0.92% | - |
| XYZ | 66.23 | 77.19 | 58.99 | - |
| YUV | 223.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 235 | 188 | 0.09 | 0 | 0.2 | 0.08 | 88.09 | 0.54 | 0.83 |
| Hex | D5 | EB | BC | 9 | 0 | 14 | 8 | 58 | 36 | 53 |
| Octal | 325 | 353 | 274 | 11 | 0 | 24 | 10 | 130 | 66 | 123 |
| Binary | 11010101 | 11101011 | 10111100 | 1001 | 0 | 10100 | 1000 | 1011000 | 110110 | 1010011 |
Color Harmonies of #D5EBBC
Complementary color
Monochromatic Colors of #D5EBBC
Black with #D5EBBC
Text Example
Text Example
White with #D5EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBBC; }
p { color: rgb(213,235,188); }
H1.HeaderClassName
{
color: #D5EBBC;
}
.AnyTagClassName
{
color: #D5EBBC;
}
</style>
background-color css
<style>
a { background-color: #D5EBBC; }
a { background-color: rgb(213,235,188); }
div.DivClassName
{
background-color: #D5EBBC;
}
.BgClassName
{
background-color: #D5EBBC;
}
</style>
border-color css
<style>
span { border-color: #D5EBBC; }
span { border-color: rgb(213,235,188); }
td.TdClassName
{
border-color: #D5EBBC;
}
.TagClassName
{
border-color: #D5EBBC;
}
</style>