Shades of Tea Green #D2EEC2
Tints of Tea Green #D2EEC2
RGB
CMYK
RGB Variations
Color information
#D2EEC2 (or 0xD2EEC2) is known color: Tea Green. HEX triplet: D2, EE and C2. RGB value is (210,238,194). Sum of RGB (Red+Green+Blue) = 210+238+194=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEC2 is #2D113D. Grayscale: #E0E0E0. Windows color (decimal): -2953534 or 12775122. OLE color: 12775122.
HSL color Cylindrical-coordinate representation of color #D2EEC2: hue angle of 98.18º 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 #D2EEC2 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 194 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.07 |
| HSL | 98.18º | 0.56% | 0.85% | - |
| HSV(B) | 98.18º | 0.18% | 0.93% | - |
| XYZ | 66.89 | 78.75 | 62.71 | - |
| YUV | 224.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 194 | 0.12 | 0 | 0.18 | 0.07 | 98.18 | 0.56 | 0.85 |
| Hex | D2 | EE | C2 | C | 0 | 12 | 7 | 62 | 38 | 55 |
| Octal | 322 | 356 | 302 | 14 | 0 | 22 | 7 | 142 | 70 | 125 |
| Binary | 11010010 | 11101110 | 11000010 | 1100 | 0 | 10010 | 111 | 1100010 | 111000 | 1010101 |
Color Harmonies of #D2EEC2
Complementary color
Monochromatic Colors of #D2EEC2
Black with #D2EEC2
Text Example
Text Example
White with #D2EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEC2; }
p { color: rgb(210,238,194); }
H1.HeaderClassName
{
color: #D2EEC2;
}
.AnyTagClassName
{
color: #D2EEC2;
}
</style>
background-color css
<style>
a { background-color: #D2EEC2; }
a { background-color: rgb(210,238,194); }
div.DivClassName
{
background-color: #D2EEC2;
}
.BgClassName
{
background-color: #D2EEC2;
}
</style>
border-color css
<style>
span { border-color: #D2EEC2; }
span { border-color: rgb(210,238,194); }
td.TdClassName
{
border-color: #D2EEC2;
}
.TagClassName
{
border-color: #D2EEC2;
}
</style>