Shades of Tea Green #D0EDBF
Tints of Tea Green #D0EDBF
RGB
CMYK
RGB Variations
Color information
#D0EDBF (or 0xD0EDBF) is known color: Tea Green. HEX triplet: D0, ED and BF. RGB value is (208,237,191). Sum of RGB (Red+Green+Blue) = 208+237+191=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDBF is #2F1240. Grayscale: #DFDFDF. Windows color (decimal): -3084865 or 12578256. OLE color: 12578256.
HSL color Cylindrical-coordinate representation of color #D0EDBF: hue angle of 97.83º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0EDBF is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 191 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.07 |
| HSL | 97.83º | 0.56% | 0.84% | - |
| HSV(B) | 97.83º | 0.19% | 0.93% | - |
| XYZ | 65.7 | 77.74 | 60.83 | - |
| YUV | 223.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 191 | 0.12 | 0 | 0.19 | 0.07 | 97.83 | 0.56 | 0.84 |
| Hex | D0 | ED | BF | C | 0 | 13 | 7 | 62 | 38 | 54 |
| Octal | 320 | 355 | 277 | 14 | 0 | 23 | 7 | 142 | 70 | 124 |
| Binary | 11010000 | 11101101 | 10111111 | 1100 | 0 | 10011 | 111 | 1100010 | 111000 | 1010100 |
Color Harmonies of #D0EDBF
Complementary color
Monochromatic Colors of #D0EDBF
Black with #D0EDBF
Text Example
Text Example
White with #D0EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDBF; }
p { color: rgb(208,237,191); }
H1.HeaderClassName
{
color: #D0EDBF;
}
.AnyTagClassName
{
color: #D0EDBF;
}
</style>
background-color css
<style>
a { background-color: #D0EDBF; }
a { background-color: rgb(208,237,191); }
div.DivClassName
{
background-color: #D0EDBF;
}
.BgClassName
{
background-color: #D0EDBF;
}
</style>
border-color css
<style>
span { border-color: #D0EDBF; }
span { border-color: rgb(208,237,191); }
td.TdClassName
{
border-color: #D0EDBF;
}
.TagClassName
{
border-color: #D0EDBF;
}
</style>