Shades of Tea Green #C6EAAF
Tints of Tea Green #C6EAAF
RGB
CMYK
RGB Variations
Color information
#C6EAAF (or 0xC6EAAF) is known color: Tea Green. HEX triplet: C6, EA and AF. RGB value is (198,234,175). Sum of RGB (Red+Green+Blue) = 198+234+175=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EAAF is #391550. Grayscale: #D8D8D8. Windows color (decimal): -3741009 or 11528902. OLE color: 11528902.
HSL color Cylindrical-coordinate representation of color #C6EAAF: hue angle of 96.61º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6EAAF is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 234 | 175 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.08 |
| HSL | 96.61º | 0.58% | 0.8% | - |
| HSV(B) | 96.61º | 0.25% | 0.92% | - |
| XYZ | 60.45 | 73.95 | 51.64 | - |
| YUV | 216.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 175 | 0.15 | 0 | 0.25 | 0.08 | 96.61 | 0.58 | 0.8 |
| Hex | C6 | EA | AF | F | 0 | 19 | 8 | 61 | 3A | 50 |
| Octal | 306 | 352 | 257 | 17 | 0 | 31 | 10 | 141 | 72 | 120 |
| Binary | 11000110 | 11101010 | 10101111 | 1111 | 0 | 11001 | 1000 | 1100001 | 111010 | 1010000 |
Color Harmonies of #C6EAAF
Complementary color
Monochromatic Colors of #C6EAAF
Black with #C6EAAF
Text Example
Text Example
White with #C6EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EAAF; }
p { color: rgb(198,234,175); }
H1.HeaderClassName
{
color: #C6EAAF;
}
.AnyTagClassName
{
color: #C6EAAF;
}
</style>
background-color css
<style>
a { background-color: #C6EAAF; }
a { background-color: rgb(198,234,175); }
div.DivClassName
{
background-color: #C6EAAF;
}
.BgClassName
{
background-color: #C6EAAF;
}
</style>
border-color css
<style>
span { border-color: #C6EAAF; }
span { border-color: rgb(198,234,175); }
td.TdClassName
{
border-color: #C6EAAF;
}
.TagClassName
{
border-color: #C6EAAF;
}
</style>