Shades of Tea Green #C7F5AF
Tints of Tea Green #C7F5AF
RGB
CMYK
RGB Variations
Color information
#C7F5AF (or 0xC7F5AF) is known color: Tea Green. HEX triplet: C7, F5 and AF. RGB value is (199,245,175). Sum of RGB (Red+Green+Blue) = 199+245+175=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F5AF is #380A50. Grayscale: #DFDFDF. Windows color (decimal): -3672657 or 11531719. OLE color: 11531719.
HSL color Cylindrical-coordinate representation of color #C7F5AF: hue angle of 99.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7F5AF is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 175 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.04 |
| HSL | 99.43º | 0.78% | 0.82% | - |
| HSV(B) | 99.43º | 0.29% | 0.96% | - |
| XYZ | 63.94 | 80.54 | 52.73 | - |
| YUV | 223.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 175 | 0.19 | 0 | 0.29 | 0.04 | 99.43 | 0.78 | 0.82 |
| Hex | C7 | F5 | AF | 13 | 0 | 1D | 4 | 63 | 4E | 52 |
| Octal | 307 | 365 | 257 | 23 | 0 | 35 | 4 | 143 | 116 | 122 |
| Binary | 11000111 | 11110101 | 10101111 | 10011 | 0 | 11101 | 100 | 1100011 | 1001110 | 1010010 |
Color Harmonies of #C7F5AF
Complementary color
Monochromatic Colors of #C7F5AF
Black with #C7F5AF
Text Example
Text Example
White with #C7F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F5AF; }
p { color: rgb(199,245,175); }
H1.HeaderClassName
{
color: #C7F5AF;
}
.AnyTagClassName
{
color: #C7F5AF;
}
</style>
background-color css
<style>
a { background-color: #C7F5AF; }
a { background-color: rgb(199,245,175); }
div.DivClassName
{
background-color: #C7F5AF;
}
.BgClassName
{
background-color: #C7F5AF;
}
</style>
border-color css
<style>
span { border-color: #C7F5AF; }
span { border-color: rgb(199,245,175); }
td.TdClassName
{
border-color: #C7F5AF;
}
.TagClassName
{
border-color: #C7F5AF;
}
</style>