Shades of Tea Green #D0EBC2
Tints of Tea Green #D0EBC2
RGB
CMYK
RGB Variations
Color information
#D0EBC2 (or 0xD0EBC2) is known color: Tea Green. HEX triplet: D0, EB and C2. RGB value is (208,235,194). Sum of RGB (Red+Green+Blue) = 208+235+194=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBC2 is #2F143D. Grayscale: #DEDEDE. Windows color (decimal): -3085374 or 12774352. OLE color: 12774352.
HSL color Cylindrical-coordinate representation of color #D0EBC2: hue angle of 99.51º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EBC2 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 194 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.08 |
| HSL | 99.51º | 0.51% | 0.84% | - |
| HSV(B) | 99.51º | 0.17% | 0.92% | - |
| XYZ | 65.46 | 76.72 | 62.4 | - |
| YUV | 222.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 194 | 0.11 | 0 | 0.17 | 0.08 | 99.51 | 0.51 | 0.84 |
| Hex | D0 | EB | C2 | B | 0 | 11 | 8 | 64 | 33 | 54 |
| Octal | 320 | 353 | 302 | 13 | 0 | 21 | 10 | 144 | 63 | 124 |
| Binary | 11010000 | 11101011 | 11000010 | 1011 | 0 | 10001 | 1000 | 1100100 | 110011 | 1010100 |
Color Harmonies of #D0EBC2
Complementary color
Monochromatic Colors of #D0EBC2
Black with #D0EBC2
Text Example
Text Example
White with #D0EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBC2; }
p { color: rgb(208,235,194); }
H1.HeaderClassName
{
color: #D0EBC2;
}
.AnyTagClassName
{
color: #D0EBC2;
}
</style>
background-color css
<style>
a { background-color: #D0EBC2; }
a { background-color: rgb(208,235,194); }
div.DivClassName
{
background-color: #D0EBC2;
}
.BgClassName
{
background-color: #D0EBC2;
}
</style>
border-color css
<style>
span { border-color: #D0EBC2; }
span { border-color: rgb(208,235,194); }
td.TdClassName
{
border-color: #D0EBC2;
}
.TagClassName
{
border-color: #D0EBC2;
}
</style>