Shades of Tea Green #D5EBBF
Tints of Tea Green #D5EBBF
RGB
CMYK
RGB Variations
Color information
#D5EBBF (or 0xD5EBBF) is known color: Tea Green. HEX triplet: D5, EB and BF. RGB value is (213,235,191). Sum of RGB (Red+Green+Blue) = 213+235+191=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBBF is #2A1440. Grayscale: #DFDFDF. Windows color (decimal): -2757697 or 12577749. OLE color: 12577749.
HSL color Cylindrical-coordinate representation of color #D5EBBF: hue angle of 90º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5EBBF is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 235 | 191 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.08 |
| HSL | 90º | 0.52% | 0.84% | - |
| HSV(B) | 90º | 0.19% | 0.92% | - |
| XYZ | 66.55 | 77.32 | 60.71 | - |
| YUV | 223.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 235 | 191 | 0.09 | 0 | 0.19 | 0.08 | 90 | 0.52 | 0.84 |
| Hex | D5 | EB | BF | 9 | 0 | 13 | 8 | 5A | 34 | 54 |
| Octal | 325 | 353 | 277 | 11 | 0 | 23 | 10 | 132 | 64 | 124 |
| Binary | 11010101 | 11101011 | 10111111 | 1001 | 0 | 10011 | 1000 | 1011010 | 110100 | 1010100 |
Color Harmonies of #D5EBBF
Complementary color
Monochromatic Colors of #D5EBBF
Black with #D5EBBF
Text Example
Text Example
White with #D5EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBBF; }
p { color: rgb(213,235,191); }
H1.HeaderClassName
{
color: #D5EBBF;
}
.AnyTagClassName
{
color: #D5EBBF;
}
</style>
background-color css
<style>
a { background-color: #D5EBBF; }
a { background-color: rgb(213,235,191); }
div.DivClassName
{
background-color: #D5EBBF;
}
.BgClassName
{
background-color: #D5EBBF;
}
</style>
border-color css
<style>
span { border-color: #D5EBBF; }
span { border-color: rgb(213,235,191); }
td.TdClassName
{
border-color: #D5EBBF;
}
.TagClassName
{
border-color: #D5EBBF;
}
</style>