Shades of Tea Green #D0EEC3
Tints of Tea Green #D0EEC3
RGB
CMYK
RGB Variations
Color information
#D0EEC3 (or 0xD0EEC3) is known color: Tea Green. HEX triplet: D0, EE and C3. RGB value is (208,238,195). Sum of RGB (Red+Green+Blue) = 208+238+195=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEC3 is #2F113C. Grayscale: #E0E0E0. Windows color (decimal): -3084605 or 12840656. OLE color: 12840656.
HSL color Cylindrical-coordinate representation of color #D0EEC3: hue angle of 101.86º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EEC3 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 195 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.07 |
| HSL | 101.86º | 0.56% | 0.85% | - |
| HSV(B) | 101.86º | 0.18% | 0.93% | - |
| XYZ | 66.44 | 78.5 | 63.28 | - |
| YUV | 224.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 195 | 0.13 | 0 | 0.18 | 0.07 | 101.86 | 0.56 | 0.85 |
| Hex | D0 | EE | C3 | D | 0 | 12 | 7 | 66 | 38 | 55 |
| Octal | 320 | 356 | 303 | 15 | 0 | 22 | 7 | 146 | 70 | 125 |
| Binary | 11010000 | 11101110 | 11000011 | 1101 | 0 | 10010 | 111 | 1100110 | 111000 | 1010101 |
Color Harmonies of #D0EEC3
Complementary color
Monochromatic Colors of #D0EEC3
Black with #D0EEC3
Text Example
Text Example
White with #D0EEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEC3; }
p { color: rgb(208,238,195); }
H1.HeaderClassName
{
color: #D0EEC3;
}
.AnyTagClassName
{
color: #D0EEC3;
}
</style>
background-color css
<style>
a { background-color: #D0EEC3; }
a { background-color: rgb(208,238,195); }
div.DivClassName
{
background-color: #D0EEC3;
}
.BgClassName
{
background-color: #D0EEC3;
}
</style>
border-color css
<style>
span { border-color: #D0EEC3; }
span { border-color: rgb(208,238,195); }
td.TdClassName
{
border-color: #D0EEC3;
}
.TagClassName
{
border-color: #D0EEC3;
}
</style>