Shades of Tea Green #D0EEB2
Tints of Tea Green #D0EEB2
RGB
CMYK
RGB Variations
Color information
#D0EEB2 (or 0xD0EEB2) is known color: Tea Green. HEX triplet: D0, EE and B2. RGB value is (208,238,178). Sum of RGB (Red+Green+Blue) = 208+238+178=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEB2 is #2F114D. Grayscale: #DEDEDE. Windows color (decimal): -3084622 or 11726544. OLE color: 11726544.
HSL color Cylindrical-coordinate representation of color #D0EEB2: hue angle of 90º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0EEB2 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 178 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.07 |
| HSL | 90º | 0.64% | 0.82% | - |
| HSV(B) | 90º | 0.25% | 0.93% | - |
| XYZ | 64.62 | 77.77 | 53.73 | - |
| YUV | 222.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 178 | 0.13 | 0 | 0.25 | 0.07 | 90 | 0.64 | 0.82 |
| Hex | D0 | EE | B2 | D | 0 | 19 | 7 | 5A | 40 | 52 |
| Octal | 320 | 356 | 262 | 15 | 0 | 31 | 7 | 132 | 100 | 122 |
| Binary | 11010000 | 11101110 | 10110010 | 1101 | 0 | 11001 | 111 | 1011010 | 1000000 | 1010010 |
Color Harmonies of #D0EEB2
Complementary color
Monochromatic Colors of #D0EEB2
Black with #D0EEB2
Text Example
Text Example
White with #D0EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEB2; }
p { color: rgb(208,238,178); }
H1.HeaderClassName
{
color: #D0EEB2;
}
.AnyTagClassName
{
color: #D0EEB2;
}
</style>
background-color css
<style>
a { background-color: #D0EEB2; }
a { background-color: rgb(208,238,178); }
div.DivClassName
{
background-color: #D0EEB2;
}
.BgClassName
{
background-color: #D0EEB2;
}
</style>
border-color css
<style>
span { border-color: #D0EEB2; }
span { border-color: rgb(208,238,178); }
td.TdClassName
{
border-color: #D0EEB2;
}
.TagClassName
{
border-color: #D0EEB2;
}
</style>