Shades of Tea Green #D2EFBC
Tints of Tea Green #D2EFBC
RGB
CMYK
RGB Variations
Color information
#D2EFBC (or 0xD2EFBC) is known color: Tea Green. HEX triplet: D2, EF and BC. RGB value is (210,239,188). Sum of RGB (Red+Green+Blue) = 210+239+188=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFBC is #2D1043. Grayscale: #E0E0E0. Windows color (decimal): -2953284 or 12382162. OLE color: 12382162.
HSL color Cylindrical-coordinate representation of color #D2EFBC: hue angle of 94.12º 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 #D2EFBC is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 188 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.06 |
| HSL | 94.12º | 0.61% | 0.84% | - |
| HSV(B) | 94.12º | 0.21% | 0.94% | - |
| XYZ | 66.52 | 79.07 | 59.33 | - |
| YUV | 224.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 188 | 0.12 | 0 | 0.21 | 0.06 | 94.12 | 0.61 | 0.84 |
| Hex | D2 | EF | BC | C | 0 | 15 | 6 | 5E | 3D | 54 |
| Octal | 322 | 357 | 274 | 14 | 0 | 25 | 6 | 136 | 75 | 124 |
| Binary | 11010010 | 11101111 | 10111100 | 1100 | 0 | 10101 | 110 | 1011110 | 111101 | 1010100 |
Color Harmonies of #D2EFBC
Complementary color
Monochromatic Colors of #D2EFBC
Black with #D2EFBC
Text Example
Text Example
White with #D2EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFBC; }
p { color: rgb(210,239,188); }
H1.HeaderClassName
{
color: #D2EFBC;
}
.AnyTagClassName
{
color: #D2EFBC;
}
</style>
background-color css
<style>
a { background-color: #D2EFBC; }
a { background-color: rgb(210,239,188); }
div.DivClassName
{
background-color: #D2EFBC;
}
.BgClassName
{
background-color: #D2EFBC;
}
</style>
border-color css
<style>
span { border-color: #D2EFBC; }
span { border-color: rgb(210,239,188); }
td.TdClassName
{
border-color: #D2EFBC;
}
.TagClassName
{
border-color: #D2EFBC;
}
</style>