Shades of Tea Green #C6EBAF
Tints of Tea Green #C6EBAF
RGB
CMYK
RGB Variations
Color information
#C6EBAF (or 0xC6EBAF) is known color: Tea Green. HEX triplet: C6, EB and AF. RGB value is (198,235,175). Sum of RGB (Red+Green+Blue) = 198+235+175=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EBAF is #391450. Grayscale: #D9D9D9. Windows color (decimal): -3740753 or 11529158. OLE color: 11529158.
HSL color Cylindrical-coordinate representation of color #C6EBAF: hue angle of 97º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6EBAF is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 175 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.08 |
| HSL | 97º | 0.6% | 0.8% | - |
| HSV(B) | 97º | 0.26% | 0.92% | - |
| XYZ | 60.73 | 74.52 | 51.74 | - |
| YUV | 217.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 175 | 0.16 | 0 | 0.26 | 0.08 | 97 | 0.6 | 0.8 |
| Hex | C6 | EB | AF | 10 | 0 | 1A | 8 | 61 | 3C | 50 |
| Octal | 306 | 353 | 257 | 20 | 0 | 32 | 10 | 141 | 74 | 120 |
| Binary | 11000110 | 11101011 | 10101111 | 10000 | 0 | 11010 | 1000 | 1100001 | 111100 | 1010000 |
Color Harmonies of #C6EBAF
Complementary color
Monochromatic Colors of #C6EBAF
Black with #C6EBAF
Text Example
Text Example
White with #C6EBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EBAF; }
p { color: rgb(198,235,175); }
H1.HeaderClassName
{
color: #C6EBAF;
}
.AnyTagClassName
{
color: #C6EBAF;
}
</style>
background-color css
<style>
a { background-color: #C6EBAF; }
a { background-color: rgb(198,235,175); }
div.DivClassName
{
background-color: #C6EBAF;
}
.BgClassName
{
background-color: #C6EBAF;
}
</style>
border-color css
<style>
span { border-color: #C6EBAF; }
span { border-color: rgb(198,235,175); }
td.TdClassName
{
border-color: #C6EBAF;
}
.TagClassName
{
border-color: #C6EBAF;
}
</style>