Shades of Tea Green #D5EFBC
Tints of Tea Green #D5EFBC
RGB
CMYK
RGB Variations
Color information
#D5EFBC (or 0xD5EFBC) is known color: Tea Green. HEX triplet: D5, EF and BC. RGB value is (213,239,188). Sum of RGB (Red+Green+Blue) = 213+239+188=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBC is #2A1043. Grayscale: #E1E1E1. Windows color (decimal): -2756676 or 12382165. OLE color: 12382165.
HSL color Cylindrical-coordinate representation of color #D5EFBC: hue angle of 90.59º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5EFBC is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 188 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.06 |
| HSL | 90.59º | 0.61% | 0.84% | - |
| HSV(B) | 90.59º | 0.21% | 0.94% | - |
| XYZ | 67.38 | 79.51 | 59.37 | - |
| YUV | 225.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 188 | 0.11 | 0 | 0.21 | 0.06 | 90.59 | 0.61 | 0.84 |
| Hex | D5 | EF | BC | B | 0 | 15 | 6 | 5B | 3D | 54 |
| Octal | 325 | 357 | 274 | 13 | 0 | 25 | 6 | 133 | 75 | 124 |
| Binary | 11010101 | 11101111 | 10111100 | 1011 | 0 | 10101 | 110 | 1011011 | 111101 | 1010100 |
Color Harmonies of #D5EFBC
Complementary color
Monochromatic Colors of #D5EFBC
Black with #D5EFBC
Text Example
Text Example
White with #D5EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFBC; }
p { color: rgb(213,239,188); }
H1.HeaderClassName
{
color: #D5EFBC;
}
.AnyTagClassName
{
color: #D5EFBC;
}
</style>
background-color css
<style>
a { background-color: #D5EFBC; }
a { background-color: rgb(213,239,188); }
div.DivClassName
{
background-color: #D5EFBC;
}
.BgClassName
{
background-color: #D5EFBC;
}
</style>
border-color css
<style>
span { border-color: #D5EFBC; }
span { border-color: rgb(213,239,188); }
td.TdClassName
{
border-color: #D5EFBC;
}
.TagClassName
{
border-color: #D5EFBC;
}
</style>