Shades of Tea Green #D6FEC2
Tints of Tea Green #D6FEC2
RGB
CMYK
RGB Variations
Color information
#D6FEC2 (or 0xD6FEC2) is known color: Tea Green. HEX triplet: D6, FE and C2. RGB value is (214,254,194). Sum of RGB (Red+Green+Blue) = 214+254+194=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEC2 is #29013D. Grayscale: #EBEBEB. Windows color (decimal): -2687294 or 12779222. OLE color: 12779222.
HSL color Cylindrical-coordinate representation of color #D6FEC2: hue angle of 100º 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 #D6FEC2 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 194 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.00 |
| HSL | 100º | 0.97% | 0.88% | - |
| HSV(B) | 100º | 0.24% | 1% | - |
| XYZ | 72.91 | 89.07 | 64.39 | - |
| YUV | 235.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 194 | 0.16 | 0 | 0.24 | 0.00 | 100 | 0.97 | 0.88 |
| Hex | D6 | FE | C2 | 10 | 0 | 18 | 0 | 64 | 61 | 58 |
| Octal | 326 | 376 | 302 | 20 | 0 | 30 | 0 | 144 | 141 | 130 |
| Binary | 11010110 | 11111110 | 11000010 | 10000 | 0 | 11000 | 0 | 1100100 | 1100001 | 1011000 |
Color Harmonies of #D6FEC2
Complementary color
Monochromatic Colors of #D6FEC2
Black with #D6FEC2
Text Example
Text Example
White with #D6FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEC2; }
p { color: rgb(214,254,194); }
H1.HeaderClassName
{
color: #D6FEC2;
}
.AnyTagClassName
{
color: #D6FEC2;
}
</style>
background-color css
<style>
a { background-color: #D6FEC2; }
a { background-color: rgb(214,254,194); }
div.DivClassName
{
background-color: #D6FEC2;
}
.BgClassName
{
background-color: #D6FEC2;
}
</style>
border-color css
<style>
span { border-color: #D6FEC2; }
span { border-color: rgb(214,254,194); }
td.TdClassName
{
border-color: #D6FEC2;
}
.TagClassName
{
border-color: #D6FEC2;
}
</style>