Shades of Tea Green #D6EFC5
Tints of Tea Green #D6EFC5
RGB
CMYK
RGB Variations
Color information
#D6EFC5 (or 0xD6EFC5) is known color: Tea Green. HEX triplet: D6, EF and C5. RGB value is (214,239,197). Sum of RGB (Red+Green+Blue) = 214+239+197=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFC5 is #29103A. Grayscale: #E2E2E2. Windows color (decimal): -2691131 or 12971990. OLE color: 12971990.
HSL color Cylindrical-coordinate representation of color #D6EFC5: hue angle of 95.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6EFC5 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 197 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.06 |
| HSL | 95.71º | 0.57% | 0.85% | - |
| HSV(B) | 95.71º | 0.18% | 0.94% | - |
| XYZ | 68.68 | 80.06 | 64.66 | - |
| YUV | 226.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 197 | 0.10 | 0 | 0.18 | 0.06 | 95.71 | 0.57 | 0.85 |
| Hex | D6 | EF | C5 | A | 0 | 12 | 6 | 60 | 39 | 55 |
| Octal | 326 | 357 | 305 | 12 | 0 | 22 | 6 | 140 | 71 | 125 |
| Binary | 11010110 | 11101111 | 11000101 | 1010 | 0 | 10010 | 110 | 1100000 | 111001 | 1010101 |
Color Harmonies of #D6EFC5
Complementary color
Monochromatic Colors of #D6EFC5
Black with #D6EFC5
Text Example
Text Example
White with #D6EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFC5; }
p { color: rgb(214,239,197); }
H1.HeaderClassName
{
color: #D6EFC5;
}
.AnyTagClassName
{
color: #D6EFC5;
}
</style>
background-color css
<style>
a { background-color: #D6EFC5; }
a { background-color: rgb(214,239,197); }
div.DivClassName
{
background-color: #D6EFC5;
}
.BgClassName
{
background-color: #D6EFC5;
}
</style>
border-color css
<style>
span { border-color: #D6EFC5; }
span { border-color: rgb(214,239,197); }
td.TdClassName
{
border-color: #D6EFC5;
}
.TagClassName
{
border-color: #D6EFC5;
}
</style>