Shades of Tea Green #D0EFC1
Tints of Tea Green #D0EFC1
RGB
CMYK
RGB Variations
Color information
#D0EFC1 (or 0xD0EFC1) is known color: Tea Green. HEX triplet: D0, EF and C1. RGB value is (208,239,193). Sum of RGB (Red+Green+Blue) = 208+239+193=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFC1 is #2F103E. Grayscale: #E0E0E0. Windows color (decimal): -3084351 or 12709840. OLE color: 12709840.
HSL color Cylindrical-coordinate representation of color #D0EFC1: hue angle of 100.43º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0EFC1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 193 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.06 |
| HSL | 100.43º | 0.59% | 0.85% | - |
| HSV(B) | 100.43º | 0.19% | 0.94% | - |
| XYZ | 66.5 | 78.99 | 62.19 | - |
| YUV | 224.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 193 | 0.13 | 0 | 0.19 | 0.06 | 100.43 | 0.59 | 0.85 |
| Hex | D0 | EF | C1 | D | 0 | 13 | 6 | 64 | 3B | 55 |
| Octal | 320 | 357 | 301 | 15 | 0 | 23 | 6 | 144 | 73 | 125 |
| Binary | 11010000 | 11101111 | 11000001 | 1101 | 0 | 10011 | 110 | 1100100 | 111011 | 1010101 |
Color Harmonies of #D0EFC1
Complementary color
Monochromatic Colors of #D0EFC1
Black with #D0EFC1
Text Example
Text Example
White with #D0EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFC1; }
p { color: rgb(208,239,193); }
H1.HeaderClassName
{
color: #D0EFC1;
}
.AnyTagClassName
{
color: #D0EFC1;
}
</style>
background-color css
<style>
a { background-color: #D0EFC1; }
a { background-color: rgb(208,239,193); }
div.DivClassName
{
background-color: #D0EFC1;
}
.BgClassName
{
background-color: #D0EFC1;
}
</style>
border-color css
<style>
span { border-color: #D0EFC1; }
span { border-color: rgb(208,239,193); }
td.TdClassName
{
border-color: #D0EFC1;
}
.TagClassName
{
border-color: #D0EFC1;
}
</style>