Shades of Tea Green #D0EFBD
Tints of Tea Green #D0EFBD
RGB
CMYK
RGB Variations
Color information
#D0EFBD (or 0xD0EFBD) is known color: Tea Green. HEX triplet: D0, EF and BD. RGB value is (208,239,189). Sum of RGB (Red+Green+Blue) = 208+239+189=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFBD is #2F1042. Grayscale: #E0E0E0. Windows color (decimal): -3084355 or 12447696. OLE color: 12447696.
HSL color Cylindrical-coordinate representation of color #D0EFBD: hue angle of 97.2º 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 #D0EFBD is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 189 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.06 |
| HSL | 97.2º | 0.61% | 0.84% | - |
| HSV(B) | 97.2º | 0.21% | 0.94% | - |
| XYZ | 66.06 | 78.82 | 59.88 | - |
| YUV | 224.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 189 | 0.13 | 0 | 0.21 | 0.06 | 97.2 | 0.61 | 0.84 |
| Hex | D0 | EF | BD | D | 0 | 15 | 6 | 61 | 3D | 54 |
| Octal | 320 | 357 | 275 | 15 | 0 | 25 | 6 | 141 | 75 | 124 |
| Binary | 11010000 | 11101111 | 10111101 | 1101 | 0 | 10101 | 110 | 1100001 | 111101 | 1010100 |
Color Harmonies of #D0EFBD
Complementary color
Monochromatic Colors of #D0EFBD
Black with #D0EFBD
Text Example
Text Example
White with #D0EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFBD; }
p { color: rgb(208,239,189); }
H1.HeaderClassName
{
color: #D0EFBD;
}
.AnyTagClassName
{
color: #D0EFBD;
}
</style>
background-color css
<style>
a { background-color: #D0EFBD; }
a { background-color: rgb(208,239,189); }
div.DivClassName
{
background-color: #D0EFBD;
}
.BgClassName
{
background-color: #D0EFBD;
}
</style>
border-color css
<style>
span { border-color: #D0EFBD; }
span { border-color: rgb(208,239,189); }
td.TdClassName
{
border-color: #D0EFBD;
}
.TagClassName
{
border-color: #D0EFBD;
}
</style>