Shades of Tea Green #D0EEBE
Tints of Tea Green #D0EEBE
RGB
CMYK
RGB Variations
Color information
#D0EEBE (or 0xD0EEBE) is known color: Tea Green. HEX triplet: D0, EE and BE. RGB value is (208,238,190). Sum of RGB (Red+Green+Blue) = 208+238+190=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEBE is #2F1141. Grayscale: #DFDFDF. Windows color (decimal): -3084610 or 12512976. OLE color: 12512976.
HSL color Cylindrical-coordinate representation of color #D0EEBE: hue angle of 97.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0EEBE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 190 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.07 |
| HSL | 97.5º | 0.59% | 0.84% | - |
| HSV(B) | 97.5º | 0.2% | 0.93% | - |
| XYZ | 65.88 | 78.28 | 60.35 | - |
| YUV | 223.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 190 | 0.13 | 0 | 0.20 | 0.07 | 97.5 | 0.59 | 0.84 |
| Hex | D0 | EE | BE | D | 0 | 14 | 7 | 62 | 3B | 54 |
| Octal | 320 | 356 | 276 | 15 | 0 | 24 | 7 | 142 | 73 | 124 |
| Binary | 11010000 | 11101110 | 10111110 | 1101 | 0 | 10100 | 111 | 1100010 | 111011 | 1010100 |
Color Harmonies of #D0EEBE
Complementary color
Monochromatic Colors of #D0EEBE
Black with #D0EEBE
Text Example
Text Example
White with #D0EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEBE; }
p { color: rgb(208,238,190); }
H1.HeaderClassName
{
color: #D0EEBE;
}
.AnyTagClassName
{
color: #D0EEBE;
}
</style>
background-color css
<style>
a { background-color: #D0EEBE; }
a { background-color: rgb(208,238,190); }
div.DivClassName
{
background-color: #D0EEBE;
}
.BgClassName
{
background-color: #D0EEBE;
}
</style>
border-color css
<style>
span { border-color: #D0EEBE; }
span { border-color: rgb(208,238,190); }
td.TdClassName
{
border-color: #D0EEBE;
}
.TagClassName
{
border-color: #D0EEBE;
}
</style>