Shades of Tea Green #D2EFC2
Tints of Tea Green #D2EFC2
RGB
CMYK
RGB Variations
Color information
#D2EFC2 (or 0xD2EFC2) is known color: Tea Green. HEX triplet: D2, EF and C2. RGB value is (210,239,194). Sum of RGB (Red+Green+Blue) = 210+239+194=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFC2 is #2D103D. Grayscale: #E1E1E1. Windows color (decimal): -2953278 or 12775378. OLE color: 12775378.
HSL color Cylindrical-coordinate representation of color #D2EFC2: hue angle of 98.67º 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 #D2EFC2 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 194 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.06 |
| HSL | 98.67º | 0.58% | 0.85% | - |
| HSV(B) | 98.67º | 0.19% | 0.94% | - |
| XYZ | 67.18 | 79.33 | 62.81 | - |
| YUV | 225.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 194 | 0.12 | 0 | 0.19 | 0.06 | 98.67 | 0.58 | 0.85 |
| Hex | D2 | EF | C2 | C | 0 | 13 | 6 | 63 | 3A | 55 |
| Octal | 322 | 357 | 302 | 14 | 0 | 23 | 6 | 143 | 72 | 125 |
| Binary | 11010010 | 11101111 | 11000010 | 1100 | 0 | 10011 | 110 | 1100011 | 111010 | 1010101 |
Color Harmonies of #D2EFC2
Complementary color
Monochromatic Colors of #D2EFC2
Black with #D2EFC2
Text Example
Text Example
White with #D2EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFC2; }
p { color: rgb(210,239,194); }
H1.HeaderClassName
{
color: #D2EFC2;
}
.AnyTagClassName
{
color: #D2EFC2;
}
</style>
background-color css
<style>
a { background-color: #D2EFC2; }
a { background-color: rgb(210,239,194); }
div.DivClassName
{
background-color: #D2EFC2;
}
.BgClassName
{
background-color: #D2EFC2;
}
</style>
border-color css
<style>
span { border-color: #D2EFC2; }
span { border-color: rgb(210,239,194); }
td.TdClassName
{
border-color: #D2EFC2;
}
.TagClassName
{
border-color: #D2EFC2;
}
</style>