Shades of Tea Green #D0EDC4
Tints of Tea Green #D0EDC4
RGB
CMYK
RGB Variations
Color information
#D0EDC4 (or 0xD0EDC4) is known color: Tea Green. HEX triplet: D0, ED and C4. RGB value is (208,237,196). Sum of RGB (Red+Green+Blue) = 208+237+196=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC4 is #2F123B. Grayscale: #DFDFDF. Windows color (decimal): -3084860 or 12905936. OLE color: 12905936.
HSL color Cylindrical-coordinate representation of color #D0EDC4: hue angle of 102.44º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EDC4 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 196 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.07 |
| HSL | 102.44º | 0.53% | 0.85% | - |
| HSV(B) | 102.44º | 0.17% | 0.93% | - |
| XYZ | 66.26 | 77.96 | 63.78 | - |
| YUV | 223.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 196 | 0.12 | 0 | 0.17 | 0.07 | 102.44 | 0.53 | 0.85 |
| Hex | D0 | ED | C4 | C | 0 | 11 | 7 | 66 | 35 | 55 |
| Octal | 320 | 355 | 304 | 14 | 0 | 21 | 7 | 146 | 65 | 125 |
| Binary | 11010000 | 11101101 | 11000100 | 1100 | 0 | 10001 | 111 | 1100110 | 110101 | 1010101 |
Color Harmonies of #D0EDC4
Complementary color
Monochromatic Colors of #D0EDC4
Black with #D0EDC4
Text Example
Text Example
White with #D0EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDC4; }
p { color: rgb(208,237,196); }
H1.HeaderClassName
{
color: #D0EDC4;
}
.AnyTagClassName
{
color: #D0EDC4;
}
</style>
background-color css
<style>
a { background-color: #D0EDC4; }
a { background-color: rgb(208,237,196); }
div.DivClassName
{
background-color: #D0EDC4;
}
.BgClassName
{
background-color: #D0EDC4;
}
</style>
border-color css
<style>
span { border-color: #D0EDC4; }
span { border-color: rgb(208,237,196); }
td.TdClassName
{
border-color: #D0EDC4;
}
.TagClassName
{
border-color: #D0EDC4;
}
</style>