Shades of Tea Green #C7F0B0
Tints of Tea Green #C7F0B0
RGB
CMYK
RGB Variations
Color information
#C7F0B0 (or 0xC7F0B0) is known color: Tea Green. HEX triplet: C7, F0 and B0. RGB value is (199,240,176). Sum of RGB (Red+Green+Blue) = 199+240+176=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F0B0 is #380F4F. Grayscale: #DCDCDC. Windows color (decimal): -3673936 or 11595975. OLE color: 11595975.
HSL color Cylindrical-coordinate representation of color #C7F0B0: hue angle of 98.44º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7F0B0 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 176 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.06 |
| HSL | 98.44º | 0.68% | 0.82% | - |
| HSV(B) | 98.44º | 0.27% | 0.94% | - |
| XYZ | 62.55 | 77.6 | 52.76 | - |
| YUV | 220.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 176 | 0.17 | 0 | 0.27 | 0.06 | 98.44 | 0.68 | 0.82 |
| Hex | C7 | F0 | B0 | 11 | 0 | 1B | 6 | 62 | 44 | 52 |
| Octal | 307 | 360 | 260 | 21 | 0 | 33 | 6 | 142 | 104 | 122 |
| Binary | 11000111 | 11110000 | 10110000 | 10001 | 0 | 11011 | 110 | 1100010 | 1000100 | 1010010 |
Color Harmonies of #C7F0B0
Complementary color
Monochromatic Colors of #C7F0B0
Black with #C7F0B0
Text Example
Text Example
White with #C7F0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F0B0; }
p { color: rgb(199,240,176); }
H1.HeaderClassName
{
color: #C7F0B0;
}
.AnyTagClassName
{
color: #C7F0B0;
}
</style>
background-color css
<style>
a { background-color: #C7F0B0; }
a { background-color: rgb(199,240,176); }
div.DivClassName
{
background-color: #C7F0B0;
}
.BgClassName
{
background-color: #C7F0B0;
}
</style>
border-color css
<style>
span { border-color: #C7F0B0; }
span { border-color: rgb(199,240,176); }
td.TdClassName
{
border-color: #C7F0B0;
}
.TagClassName
{
border-color: #C7F0B0;
}
</style>