Shades of Tea Green #D0EDC0
Tints of Tea Green #D0EDC0
RGB
CMYK
RGB Variations
Color information
#D0EDC0 (or 0xD0EDC0) is known color: Tea Green. HEX triplet: D0, ED and C0. RGB value is (208,237,192). Sum of RGB (Red+Green+Blue) = 208+237+192=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC0 is #2F123F. Grayscale: #DFDFDF. Windows color (decimal): -3084864 or 12643792. OLE color: 12643792.
HSL color Cylindrical-coordinate representation of color #D0EDC0: hue angle of 98.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0EDC0 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 192 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.07 |
| HSL | 98.67º | 0.56% | 0.84% | - |
| HSV(B) | 98.67º | 0.19% | 0.93% | - |
| XYZ | 65.81 | 77.78 | 61.41 | - |
| YUV | 223.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 192 | 0.12 | 0 | 0.19 | 0.07 | 98.67 | 0.56 | 0.84 |
| Hex | D0 | ED | C0 | C | 0 | 13 | 7 | 63 | 38 | 54 |
| Octal | 320 | 355 | 300 | 14 | 0 | 23 | 7 | 143 | 70 | 124 |
| Binary | 11010000 | 11101101 | 11000000 | 1100 | 0 | 10011 | 111 | 1100011 | 111000 | 1010100 |
Color Harmonies of #D0EDC0
Complementary color
Monochromatic Colors of #D0EDC0
Black with #D0EDC0
Text Example
Text Example
White with #D0EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDC0; }
p { color: rgb(208,237,192); }
H1.HeaderClassName
{
color: #D0EDC0;
}
.AnyTagClassName
{
color: #D0EDC0;
}
</style>
background-color css
<style>
a { background-color: #D0EDC0; }
a { background-color: rgb(208,237,192); }
div.DivClassName
{
background-color: #D0EDC0;
}
.BgClassName
{
background-color: #D0EDC0;
}
</style>
border-color css
<style>
span { border-color: #D0EDC0; }
span { border-color: rgb(208,237,192); }
td.TdClassName
{
border-color: #D0EDC0;
}
.TagClassName
{
border-color: #D0EDC0;
}
</style>