Shades of Tea Green #D0EDB6
Tints of Tea Green #D0EDB6
RGB
CMYK
RGB Variations
Color information
#D0EDB6 (or 0xD0EDB6) is known color: Tea Green. HEX triplet: D0, ED and B6. RGB value is (208,237,182). Sum of RGB (Red+Green+Blue) = 208+237+182=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 182 (71.48% from 255 or 29.03% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDB6 is #2F1249. Grayscale: #DEDEDE. Windows color (decimal): -3084874 or 11988432. OLE color: 11988432.
HSL color Cylindrical-coordinate representation of color #D0EDB6: hue angle of 91.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0EDB6 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 182 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.07 |
| HSL | 91.64º | 0.6% | 0.82% | - |
| HSV(B) | 91.64º | 0.23% | 0.93% | - |
| XYZ | 64.74 | 77.36 | 55.77 | - |
| YUV | 222.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 182 | 0.12 | 0 | 0.23 | 0.07 | 91.64 | 0.6 | 0.82 |
| Hex | D0 | ED | B6 | C | 0 | 17 | 7 | 5C | 3C | 52 |
| Octal | 320 | 355 | 266 | 14 | 0 | 27 | 7 | 134 | 74 | 122 |
| Binary | 11010000 | 11101101 | 10110110 | 1100 | 0 | 10111 | 111 | 1011100 | 111100 | 1010010 |
Color Harmonies of #D0EDB6
Complementary color
Monochromatic Colors of #D0EDB6
Black with #D0EDB6
Text Example
Text Example
White with #D0EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDB6; }
p { color: rgb(208,237,182); }
H1.HeaderClassName
{
color: #D0EDB6;
}
.AnyTagClassName
{
color: #D0EDB6;
}
</style>
background-color css
<style>
a { background-color: #D0EDB6; }
a { background-color: rgb(208,237,182); }
div.DivClassName
{
background-color: #D0EDB6;
}
.BgClassName
{
background-color: #D0EDB6;
}
</style>
border-color css
<style>
span { border-color: #D0EDB6; }
span { border-color: rgb(208,237,182); }
td.TdClassName
{
border-color: #D0EDB6;
}
.TagClassName
{
border-color: #D0EDB6;
}
</style>