Shades of Tea Green #D2FEC2
Tints of Tea Green #D2FEC2
RGB
CMYK
RGB Variations
Color information
#D2FEC2 (or 0xD2FEC2) is known color: Tea Green. HEX triplet: D2, FE and C2. RGB value is (210,254,194). Sum of RGB (Red+Green+Blue) = 210+254+194=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FEC2 is #2D013D. Grayscale: #EAEAEA. Windows color (decimal): -2949438 or 12779218. OLE color: 12779218.
HSL color Cylindrical-coordinate representation of color #D2FEC2: hue angle of 104º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2FEC2 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 194 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.00 |
| HSL | 104º | 0.97% | 0.88% | - |
| HSV(B) | 104º | 0.24% | 1% | - |
| XYZ | 71.76 | 88.48 | 64.34 | - |
| YUV | 234 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 194 | 0.17 | 0 | 0.24 | 0.00 | 104 | 0.97 | 0.88 |
| Hex | D2 | FE | C2 | 11 | 0 | 18 | 0 | 68 | 61 | 58 |
| Octal | 322 | 376 | 302 | 21 | 0 | 30 | 0 | 150 | 141 | 130 |
| Binary | 11010010 | 11111110 | 11000010 | 10001 | 0 | 11000 | 0 | 1101000 | 1100001 | 1011000 |
Color Harmonies of #D2FEC2
Complementary color
Monochromatic Colors of #D2FEC2
Black with #D2FEC2
Text Example
Text Example
White with #D2FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEC2; }
p { color: rgb(210,254,194); }
H1.HeaderClassName
{
color: #D2FEC2;
}
.AnyTagClassName
{
color: #D2FEC2;
}
</style>
background-color css
<style>
a { background-color: #D2FEC2; }
a { background-color: rgb(210,254,194); }
div.DivClassName
{
background-color: #D2FEC2;
}
.BgClassName
{
background-color: #D2FEC2;
}
</style>
border-color css
<style>
span { border-color: #D2FEC2; }
span { border-color: rgb(210,254,194); }
td.TdClassName
{
border-color: #D2FEC2;
}
.TagClassName
{
border-color: #D2FEC2;
}
</style>