Shades of Tea Green #C7E6AF
Tints of Tea Green #C7E6AF
RGB
CMYK
RGB Variations
Color information
#C7E6AF (or 0xC7E6AF) is known color: Tea Green. HEX triplet: C7, E6 and AF. RGB value is (199,230,175). Sum of RGB (Red+Green+Blue) = 199+230+175=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E6AF is #381950. Grayscale: #D6D6D6. Windows color (decimal): -3676497 or 11527879. OLE color: 11527879.
HSL color Cylindrical-coordinate representation of color #C7E6AF: hue angle of 93.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7E6AF is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 175 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.10 |
| HSL | 93.82º | 0.52% | 0.79% | - |
| HSV(B) | 93.82º | 0.24% | 0.9% | - |
| XYZ | 59.59 | 71.83 | 51.28 | - |
| YUV | 214.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 175 | 0.13 | 0 | 0.24 | 0.10 | 93.82 | 0.52 | 0.79 |
| Hex | C7 | E6 | AF | D | 0 | 18 | A | 5E | 34 | 4F |
| Octal | 307 | 346 | 257 | 15 | 0 | 30 | 12 | 136 | 64 | 117 |
| Binary | 11000111 | 11100110 | 10101111 | 1101 | 0 | 11000 | 1010 | 1011110 | 110100 | 1001111 |
Color Harmonies of #C7E6AF
Complementary color
Monochromatic Colors of #C7E6AF
Black with #C7E6AF
Text Example
Text Example
White with #C7E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E6AF; }
p { color: rgb(199,230,175); }
H1.HeaderClassName
{
color: #C7E6AF;
}
.AnyTagClassName
{
color: #C7E6AF;
}
</style>
background-color css
<style>
a { background-color: #C7E6AF; }
a { background-color: rgb(199,230,175); }
div.DivClassName
{
background-color: #C7E6AF;
}
.BgClassName
{
background-color: #C7E6AF;
}
</style>
border-color css
<style>
span { border-color: #C7E6AF; }
span { border-color: rgb(199,230,175); }
td.TdClassName
{
border-color: #C7E6AF;
}
.TagClassName
{
border-color: #C7E6AF;
}
</style>