Shades of Tea Green #C7F5B0
Tints of Tea Green #C7F5B0
RGB
CMYK
RGB Variations
Color information
#C7F5B0 (or 0xC7F5B0) is known color: Tea Green. HEX triplet: C7, F5 and B0. RGB value is (199,245,176). Sum of RGB (Red+Green+Blue) = 199+245+176=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F5B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F5B0 is #380A4F. Grayscale: #DFDFDF. Windows color (decimal): -3672656 or 11597255. OLE color: 11597255.
HSL color Cylindrical-coordinate representation of color #C7F5B0: hue angle of 100º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7F5B0 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 176 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.04 |
| HSL | 100º | 0.78% | 0.83% | - |
| HSV(B) | 100º | 0.28% | 0.96% | - |
| XYZ | 64.04 | 80.58 | 53.25 | - |
| YUV | 223.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 176 | 0.19 | 0 | 0.28 | 0.04 | 100 | 0.78 | 0.83 |
| Hex | C7 | F5 | B0 | 13 | 0 | 1C | 4 | 64 | 4E | 53 |
| Octal | 307 | 365 | 260 | 23 | 0 | 34 | 4 | 144 | 116 | 123 |
| Binary | 11000111 | 11110101 | 10110000 | 10011 | 0 | 11100 | 100 | 1100100 | 1001110 | 1010011 |
Color Harmonies of #C7F5B0
Complementary color
Monochromatic Colors of #C7F5B0
Black with #C7F5B0
Text Example
Text Example
White with #C7F5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F5B0; }
p { color: rgb(199,245,176); }
H1.HeaderClassName
{
color: #C7F5B0;
}
.AnyTagClassName
{
color: #C7F5B0;
}
</style>
background-color css
<style>
a { background-color: #C7F5B0; }
a { background-color: rgb(199,245,176); }
div.DivClassName
{
background-color: #C7F5B0;
}
.BgClassName
{
background-color: #C7F5B0;
}
</style>
border-color css
<style>
span { border-color: #C7F5B0; }
span { border-color: rgb(199,245,176); }
td.TdClassName
{
border-color: #C7F5B0;
}
.TagClassName
{
border-color: #C7F5B0;
}
</style>