Shades of Tea Green #D0EDC6
Tints of Tea Green #D0EDC6
RGB
CMYK
RGB Variations
Color information
#D0EDC6 (or 0xD0EDC6) is known color: Tea Green. HEX triplet: D0, ED and C6. RGB value is (208,237,198). Sum of RGB (Red+Green+Blue) = 208+237+198=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC6 is #2F1239. Grayscale: #E0E0E0. Windows color (decimal): -3084858 or 13037008. OLE color: 13037008.
HSL color Cylindrical-coordinate representation of color #D0EDC6: hue angle of 104.62º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EDC6 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 198 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.07 |
| HSL | 104.62º | 0.52% | 0.85% | - |
| HSV(B) | 104.62º | 0.16% | 0.93% | - |
| XYZ | 66.49 | 78.06 | 64.99 | - |
| YUV | 223.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 198 | 0.12 | 0 | 0.16 | 0.07 | 104.62 | 0.52 | 0.85 |
| Hex | D0 | ED | C6 | C | 0 | 10 | 7 | 69 | 34 | 55 |
| Octal | 320 | 355 | 306 | 14 | 0 | 20 | 7 | 151 | 64 | 125 |
| Binary | 11010000 | 11101101 | 11000110 | 1100 | 0 | 10000 | 111 | 1101001 | 110100 | 1010101 |
Color Harmonies of #D0EDC6
Complementary color
Monochromatic Colors of #D0EDC6
Black with #D0EDC6
Text Example
Text Example
White with #D0EDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDC6; }
p { color: rgb(208,237,198); }
H1.HeaderClassName
{
color: #D0EDC6;
}
.AnyTagClassName
{
color: #D0EDC6;
}
</style>
background-color css
<style>
a { background-color: #D0EDC6; }
a { background-color: rgb(208,237,198); }
div.DivClassName
{
background-color: #D0EDC6;
}
.BgClassName
{
background-color: #D0EDC6;
}
</style>
border-color css
<style>
span { border-color: #D0EDC6; }
span { border-color: rgb(208,237,198); }
td.TdClassName
{
border-color: #D0EDC6;
}
.TagClassName
{
border-color: #D0EDC6;
}
</style>