Shades of Tea Green #D0ECC4
Tints of Tea Green #D0ECC4
RGB
CMYK
RGB Variations
Color information
#D0ECC4 (or 0xD0ECC4) is known color: Tea Green. HEX triplet: D0, EC and C4. RGB value is (208,236,196). Sum of RGB (Red+Green+Blue) = 208+236+196=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECC4 is #2F133B. Grayscale: #DFDFDF. Windows color (decimal): -3085116 or 12905680. OLE color: 12905680.
HSL color Cylindrical-coordinate representation of color #D0ECC4: hue angle of 102º degrees, saturation: 0.51, 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 #D0ECC4 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 196 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.07 |
| HSL | 102º | 0.51% | 0.85% | - |
| HSV(B) | 102º | 0.17% | 0.93% | - |
| XYZ | 65.97 | 77.39 | 63.68 | - |
| YUV | 223.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 196 | 0.12 | 0 | 0.17 | 0.07 | 102 | 0.51 | 0.85 |
| Hex | D0 | EC | C4 | C | 0 | 11 | 7 | 66 | 33 | 55 |
| Octal | 320 | 354 | 304 | 14 | 0 | 21 | 7 | 146 | 63 | 125 |
| Binary | 11010000 | 11101100 | 11000100 | 1100 | 0 | 10001 | 111 | 1100110 | 110011 | 1010101 |
Color Harmonies of #D0ECC4
Complementary color
Monochromatic Colors of #D0ECC4
Black with #D0ECC4
Text Example
Text Example
White with #D0ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECC4; }
p { color: rgb(208,236,196); }
H1.HeaderClassName
{
color: #D0ECC4;
}
.AnyTagClassName
{
color: #D0ECC4;
}
</style>
background-color css
<style>
a { background-color: #D0ECC4; }
a { background-color: rgb(208,236,196); }
div.DivClassName
{
background-color: #D0ECC4;
}
.BgClassName
{
background-color: #D0ECC4;
}
</style>
border-color css
<style>
span { border-color: #D0ECC4; }
span { border-color: rgb(208,236,196); }
td.TdClassName
{
border-color: #D0ECC4;
}
.TagClassName
{
border-color: #D0ECC4;
}
</style>