Shades of Tea Green #D0ECC3
Tints of Tea Green #D0ECC3
RGB
CMYK
RGB Variations
Color information
#D0ECC3 (or 0xD0ECC3) is known color: Tea Green. HEX triplet: D0, EC and C3. RGB value is (208,236,195). Sum of RGB (Red+Green+Blue) = 208+236+195=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECC3 is #2F133C. Grayscale: #DFDFDF. Windows color (decimal): -3085117 or 12840144. OLE color: 12840144.
HSL color Cylindrical-coordinate representation of color #D0ECC3: hue angle of 100.98º degrees, saturation: 0.52, 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 #D0ECC3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 195 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.07 |
| HSL | 100.98º | 0.52% | 0.85% | - |
| HSV(B) | 100.98º | 0.17% | 0.93% | - |
| XYZ | 65.86 | 77.34 | 63.09 | - |
| YUV | 222.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 195 | 0.12 | 0 | 0.17 | 0.07 | 100.98 | 0.52 | 0.85 |
| Hex | D0 | EC | C3 | C | 0 | 11 | 7 | 65 | 34 | 55 |
| Octal | 320 | 354 | 303 | 14 | 0 | 21 | 7 | 145 | 64 | 125 |
| Binary | 11010000 | 11101100 | 11000011 | 1100 | 0 | 10001 | 111 | 1100101 | 110100 | 1010101 |
Color Harmonies of #D0ECC3
Complementary color
Monochromatic Colors of #D0ECC3
Black with #D0ECC3
Text Example
Text Example
White with #D0ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECC3; }
p { color: rgb(208,236,195); }
H1.HeaderClassName
{
color: #D0ECC3;
}
.AnyTagClassName
{
color: #D0ECC3;
}
</style>
background-color css
<style>
a { background-color: #D0ECC3; }
a { background-color: rgb(208,236,195); }
div.DivClassName
{
background-color: #D0ECC3;
}
.BgClassName
{
background-color: #D0ECC3;
}
</style>
border-color css
<style>
span { border-color: #D0ECC3; }
span { border-color: rgb(208,236,195); }
td.TdClassName
{
border-color: #D0ECC3;
}
.TagClassName
{
border-color: #D0ECC3;
}
</style>