Shades of Tea Green #D0EFC2
Tints of Tea Green #D0EFC2
RGB
CMYK
RGB Variations
Color information
#D0EFC2 (or 0xD0EFC2) is known color: Tea Green. HEX triplet: D0, EF and C2. RGB value is (208,239,194). Sum of RGB (Red+Green+Blue) = 208+239+194=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFC2 is #2F103D. Grayscale: #E0E0E0. Windows color (decimal): -3084350 or 12775376. OLE color: 12775376.
HSL color Cylindrical-coordinate representation of color #D0EFC2: hue angle of 101.33º degrees, saturation: 0.58, 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 #D0EFC2 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 194 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.06 |
| HSL | 101.33º | 0.58% | 0.85% | - |
| HSV(B) | 101.33º | 0.19% | 0.94% | - |
| XYZ | 66.62 | 79.04 | 62.78 | - |
| YUV | 224.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 194 | 0.13 | 0 | 0.19 | 0.06 | 101.33 | 0.58 | 0.85 |
| Hex | D0 | EF | C2 | D | 0 | 13 | 6 | 65 | 3A | 55 |
| Octal | 320 | 357 | 302 | 15 | 0 | 23 | 6 | 145 | 72 | 125 |
| Binary | 11010000 | 11101111 | 11000010 | 1101 | 0 | 10011 | 110 | 1100101 | 111010 | 1010101 |
Color Harmonies of #D0EFC2
Complementary color
Monochromatic Colors of #D0EFC2
Black with #D0EFC2
Text Example
Text Example
White with #D0EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFC2; }
p { color: rgb(208,239,194); }
H1.HeaderClassName
{
color: #D0EFC2;
}
.AnyTagClassName
{
color: #D0EFC2;
}
</style>
background-color css
<style>
a { background-color: #D0EFC2; }
a { background-color: rgb(208,239,194); }
div.DivClassName
{
background-color: #D0EFC2;
}
.BgClassName
{
background-color: #D0EFC2;
}
</style>
border-color css
<style>
span { border-color: #D0EFC2; }
span { border-color: rgb(208,239,194); }
td.TdClassName
{
border-color: #D0EFC2;
}
.TagClassName
{
border-color: #D0EFC2;
}
</style>