Shades of Tea Green #C7F9AF
Tints of Tea Green #C7F9AF
RGB
CMYK
RGB Variations
Color information
#C7F9AF (or 0xC7F9AF) is known color: Tea Green. HEX triplet: C7, F9 and AF. RGB value is (199,249,175). Sum of RGB (Red+Green+Blue) = 199+249+175=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F9AF is #380650. Grayscale: #E1E1E1. Windows color (decimal): -3671633 or 11532743. OLE color: 11532743.
HSL color Cylindrical-coordinate representation of color #C7F9AF: hue angle of 100.54º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7F9AF is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 175 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.02 |
| HSL | 100.54º | 0.86% | 0.83% | - |
| HSV(B) | 100.54º | 0.3% | 0.98% | - |
| XYZ | 65.17 | 82.99 | 53.14 | - |
| YUV | 225.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 175 | 0.20 | 0 | 0.30 | 0.02 | 100.54 | 0.86 | 0.83 |
| Hex | C7 | F9 | AF | 14 | 0 | 1E | 2 | 65 | 56 | 53 |
| Octal | 307 | 371 | 257 | 24 | 0 | 36 | 2 | 145 | 126 | 123 |
| Binary | 11000111 | 11111001 | 10101111 | 10100 | 0 | 11110 | 10 | 1100101 | 1010110 | 1010011 |
Color Harmonies of #C7F9AF
Complementary color
Monochromatic Colors of #C7F9AF
Black with #C7F9AF
Text Example
Text Example
White with #C7F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F9AF; }
p { color: rgb(199,249,175); }
H1.HeaderClassName
{
color: #C7F9AF;
}
.AnyTagClassName
{
color: #C7F9AF;
}
</style>
background-color css
<style>
a { background-color: #C7F9AF; }
a { background-color: rgb(199,249,175); }
div.DivClassName
{
background-color: #C7F9AF;
}
.BgClassName
{
background-color: #C7F9AF;
}
</style>
border-color css
<style>
span { border-color: #C7F9AF; }
span { border-color: rgb(199,249,175); }
td.TdClassName
{
border-color: #C7F9AF;
}
.TagClassName
{
border-color: #C7F9AF;
}
</style>