Shades of Tea Green #D0EEBB
Tints of Tea Green #D0EEBB
RGB
CMYK
RGB Variations
Color information
#D0EEBB (or 0xD0EEBB) is known color: Tea Green. HEX triplet: D0, EE and BB. RGB value is (208,238,187). Sum of RGB (Red+Green+Blue) = 208+238+187=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEBB is #2F1144. Grayscale: #DFDFDF. Windows color (decimal): -3084613 or 12316368. OLE color: 12316368.
HSL color Cylindrical-coordinate representation of color #D0EEBB: hue angle of 95.29º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0EEBB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 187 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 95.29º | 0.6% | 0.83% | - |
| HSV(B) | 95.29º | 0.21% | 0.93% | - |
| XYZ | 65.56 | 78.15 | 58.64 | - |
| YUV | 223.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 187 | 0.13 | 0 | 0.21 | 0.07 | 95.29 | 0.6 | 0.83 |
| Hex | D0 | EE | BB | D | 0 | 15 | 7 | 5F | 3C | 53 |
| Octal | 320 | 356 | 273 | 15 | 0 | 25 | 7 | 137 | 74 | 123 |
| Binary | 11010000 | 11101110 | 10111011 | 1101 | 0 | 10101 | 111 | 1011111 | 111100 | 1010011 |
Color Harmonies of #D0EEBB
Complementary color
Monochromatic Colors of #D0EEBB
Black with #D0EEBB
Text Example
Text Example
White with #D0EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEBB; }
p { color: rgb(208,238,187); }
H1.HeaderClassName
{
color: #D0EEBB;
}
.AnyTagClassName
{
color: #D0EEBB;
}
</style>
background-color css
<style>
a { background-color: #D0EEBB; }
a { background-color: rgb(208,238,187); }
div.DivClassName
{
background-color: #D0EEBB;
}
.BgClassName
{
background-color: #D0EEBB;
}
</style>
border-color css
<style>
span { border-color: #D0EEBB; }
span { border-color: rgb(208,238,187); }
td.TdClassName
{
border-color: #D0EEBB;
}
.TagClassName
{
border-color: #D0EEBB;
}
</style>