Shades of Tea Green #D0EBC6
Tints of Tea Green #D0EBC6
RGB
CMYK
RGB Variations
Color information
#D0EBC6 (or 0xD0EBC6) is known color: Tea Green. HEX triplet: D0, EB and C6. RGB value is (208,235,198). Sum of RGB (Red+Green+Blue) = 208+235+198=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBC6 is #2F1439. Grayscale: #DEDEDE. Windows color (decimal): -3085370 or 13036496. OLE color: 13036496.
HSL color Cylindrical-coordinate representation of color #D0EBC6: hue angle of 103.78º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EBC6 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 198 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.08 |
| HSL | 103.78º | 0.48% | 0.85% | - |
| HSV(B) | 103.78º | 0.16% | 0.92% | - |
| XYZ | 65.91 | 76.9 | 64.8 | - |
| YUV | 222.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 198 | 0.11 | 0 | 0.16 | 0.08 | 103.78 | 0.48 | 0.85 |
| Hex | D0 | EB | C6 | B | 0 | 10 | 8 | 68 | 30 | 55 |
| Octal | 320 | 353 | 306 | 13 | 0 | 20 | 10 | 150 | 60 | 125 |
| Binary | 11010000 | 11101011 | 11000110 | 1011 | 0 | 10000 | 1000 | 1101000 | 110000 | 1010101 |
Color Harmonies of #D0EBC6
Complementary color
Monochromatic Colors of #D0EBC6
Black with #D0EBC6
Text Example
Text Example
White with #D0EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBC6; }
p { color: rgb(208,235,198); }
H1.HeaderClassName
{
color: #D0EBC6;
}
.AnyTagClassName
{
color: #D0EBC6;
}
</style>
background-color css
<style>
a { background-color: #D0EBC6; }
a { background-color: rgb(208,235,198); }
div.DivClassName
{
background-color: #D0EBC6;
}
.BgClassName
{
background-color: #D0EBC6;
}
</style>
border-color css
<style>
span { border-color: #D0EBC6; }
span { border-color: rgb(208,235,198); }
td.TdClassName
{
border-color: #D0EBC6;
}
.TagClassName
{
border-color: #D0EBC6;
}
</style>