Shades of Tea Green #D5EFBB
Tints of Tea Green #D5EFBB
RGB
CMYK
RGB Variations
Color information
#D5EFBB (or 0xD5EFBB) is known color: Tea Green. HEX triplet: D5, EF and BB. RGB value is (213,239,187). Sum of RGB (Red+Green+Blue) = 213+239+187=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBB is #2A1044. Grayscale: #E1E1E1. Windows color (decimal): -2756677 or 12316629. OLE color: 12316629.
HSL color Cylindrical-coordinate representation of color #D5EFBB: hue angle of 90º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5EFBB is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 187 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.06 |
| HSL | 90º | 0.62% | 0.84% | - |
| HSV(B) | 90º | 0.22% | 0.94% | - |
| XYZ | 67.28 | 79.47 | 58.81 | - |
| YUV | 225.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 187 | 0.11 | 0 | 0.22 | 0.06 | 90 | 0.62 | 0.84 |
| Hex | D5 | EF | BB | B | 0 | 16 | 6 | 5A | 3E | 54 |
| Octal | 325 | 357 | 273 | 13 | 0 | 26 | 6 | 132 | 76 | 124 |
| Binary | 11010101 | 11101111 | 10111011 | 1011 | 0 | 10110 | 110 | 1011010 | 111110 | 1010100 |
Color Harmonies of #D5EFBB
Complementary color
Monochromatic Colors of #D5EFBB
Black with #D5EFBB
Text Example
Text Example
White with #D5EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFBB; }
p { color: rgb(213,239,187); }
H1.HeaderClassName
{
color: #D5EFBB;
}
.AnyTagClassName
{
color: #D5EFBB;
}
</style>
background-color css
<style>
a { background-color: #D5EFBB; }
a { background-color: rgb(213,239,187); }
div.DivClassName
{
background-color: #D5EFBB;
}
.BgClassName
{
background-color: #D5EFBB;
}
</style>
border-color css
<style>
span { border-color: #D5EFBB; }
span { border-color: rgb(213,239,187); }
td.TdClassName
{
border-color: #D5EFBB;
}
.TagClassName
{
border-color: #D5EFBB;
}
</style>