Shades of Tea Green #C7F5BA
Tints of Tea Green #C7F5BA
RGB
CMYK
RGB Variations
Color information
#C7F5BA (or 0xC7F5BA) is known color: Tea Green. HEX triplet: C7, F5 and BA. RGB value is (199,245,186). Sum of RGB (Red+Green+Blue) = 199+245+186=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F5BA is #380A45. Grayscale: #E0E0E0. Windows color (decimal): -3672646 or 12252615. OLE color: 12252615.
HSL color Cylindrical-coordinate representation of color #C7F5BA: hue angle of 106.78º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7F5BA is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 186 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.04 |
| HSL | 106.78º | 0.75% | 0.85% | - |
| HSV(B) | 106.78º | 0.24% | 0.96% | - |
| XYZ | 65.07 | 80.99 | 58.66 | - |
| YUV | 224.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 186 | 0.19 | 0 | 0.24 | 0.04 | 106.78 | 0.75 | 0.85 |
| Hex | C7 | F5 | BA | 13 | 0 | 18 | 4 | 6B | 4B | 55 |
| Octal | 307 | 365 | 272 | 23 | 0 | 30 | 4 | 153 | 113 | 125 |
| Binary | 11000111 | 11110101 | 10111010 | 10011 | 0 | 11000 | 100 | 1101011 | 1001011 | 1010101 |
Color Harmonies of #C7F5BA
Complementary color
Monochromatic Colors of #C7F5BA
Black with #C7F5BA
Text Example
Text Example
White with #C7F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F5BA; }
p { color: rgb(199,245,186); }
H1.HeaderClassName
{
color: #C7F5BA;
}
.AnyTagClassName
{
color: #C7F5BA;
}
</style>
background-color css
<style>
a { background-color: #C7F5BA; }
a { background-color: rgb(199,245,186); }
div.DivClassName
{
background-color: #C7F5BA;
}
.BgClassName
{
background-color: #C7F5BA;
}
</style>
border-color css
<style>
span { border-color: #C7F5BA; }
span { border-color: rgb(199,245,186); }
td.TdClassName
{
border-color: #C7F5BA;
}
.TagClassName
{
border-color: #C7F5BA;
}
</style>