Shades of Tea Green #C7F0AC
Tints of Tea Green #C7F0AC
RGB
CMYK
RGB Variations
Color information
#C7F0AC (or 0xC7F0AC) is known color: Tea Green. HEX triplet: C7, F0 and AC. RGB value is (199,240,172). Sum of RGB (Red+Green+Blue) = 199+240+172=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F0AC is #380F53. Grayscale: #DCDCDC. Windows color (decimal): -3673940 or 11333831. OLE color: 11333831.
HSL color Cylindrical-coordinate representation of color #C7F0AC: hue angle of 96.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7F0AC is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 199 | 240 | 172 | - |
CMYK | 0.17 | 0 | 0.28 | 0.06 |
HSL | 96.18º | 0.69% | 0.81% | - |
HSV(B) | 96.18º | 0.28% | 0.94% | - |
XYZ | 62.16 | 77.44 | 50.7 | - |
YUV | 219.99 | 100.92 | 113.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 240 | 172 | 0.17 | 0 | 0.28 | 0.06 | 96.18 | 0.69 | 0.81 |
Hex | C7 | F0 | AC | 11 | 0 | 1C | 6 | 60 | 45 | 51 |
Octal | 307 | 360 | 254 | 21 | 0 | 34 | 6 | 140 | 105 | 121 |
Binary | 11000111 | 11110000 | 10101100 | 10001 | 0 | 11100 | 110 | 1100000 | 1000101 | 1010001 |
Color Harmonies of #C7F0AC
Complementary color
Monochromatic Colors of #C7F0AC
Black with #C7F0AC
Text Example
Text Example
White with #C7F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F0AC; }
p { color: rgb(199,240,172); }
H1.HeaderClassName
{
color: #C7F0AC;
}
.AnyTagClassName
{
color: #C7F0AC;
}
</style>
background-color css
<style>
a { background-color: #C7F0AC; }
a { background-color: rgb(199,240,172); }
div.DivClassName
{
background-color: #C7F0AC;
}
.BgClassName
{
background-color: #C7F0AC;
}
</style>
border-color css
<style>
span { border-color: #C7F0AC; }
span { border-color: rgb(199,240,172); }
td.TdClassName
{
border-color: #C7F0AC;
}
.TagClassName
{
border-color: #C7F0AC;
}
</style>