Shades of Tea Green #D2EFC1
Tints of Tea Green #D2EFC1
RGB
CMYK
RGB Variations
Color information
#D2EFC1 (or 0xD2EFC1) is known color: Tea Green. HEX triplet: D2, EF and C1. RGB value is (210,239,193). Sum of RGB (Red+Green+Blue) = 210+239+193=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFC1 is #2D103E. Grayscale: #E1E1E1. Windows color (decimal): -2953279 or 12709842. OLE color: 12709842.
HSL color Cylindrical-coordinate representation of color #D2EFC1: hue angle of 97.83º 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 #D2EFC1 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 193 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.06 |
| HSL | 97.83º | 0.59% | 0.85% | - |
| HSV(B) | 97.83º | 0.19% | 0.94% | - |
| XYZ | 67.07 | 79.28 | 62.22 | - |
| YUV | 225.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 193 | 0.12 | 0 | 0.19 | 0.06 | 97.83 | 0.59 | 0.85 |
| Hex | D2 | EF | C1 | C | 0 | 13 | 6 | 62 | 3B | 55 |
| Octal | 322 | 357 | 301 | 14 | 0 | 23 | 6 | 142 | 73 | 125 |
| Binary | 11010010 | 11101111 | 11000001 | 1100 | 0 | 10011 | 110 | 1100010 | 111011 | 1010101 |
Color Harmonies of #D2EFC1
Complementary color
Monochromatic Colors of #D2EFC1
Black with #D2EFC1
Text Example
Text Example
White with #D2EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFC1; }
p { color: rgb(210,239,193); }
H1.HeaderClassName
{
color: #D2EFC1;
}
.AnyTagClassName
{
color: #D2EFC1;
}
</style>
background-color css
<style>
a { background-color: #D2EFC1; }
a { background-color: rgb(210,239,193); }
div.DivClassName
{
background-color: #D2EFC1;
}
.BgClassName
{
background-color: #D2EFC1;
}
</style>
border-color css
<style>
span { border-color: #D2EFC1; }
span { border-color: rgb(210,239,193); }
td.TdClassName
{
border-color: #D2EFC1;
}
.TagClassName
{
border-color: #D2EFC1;
}
</style>