Shades of Tea Green #C7F0BC
Tints of Tea Green #C7F0BC
RGB
CMYK
RGB Variations
Color information
#C7F0BC (or 0xC7F0BC) is known color: Tea Green. HEX triplet: C7, F0 and BC. RGB value is (199,240,188). Sum of RGB (Red+Green+Blue) = 199+240+188=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F0BC is #380F43. Grayscale: #DDDDDD. Windows color (decimal): -3673924 or 12382407. OLE color: 12382407.
HSL color Cylindrical-coordinate representation of color #C7F0BC: hue angle of 107.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7F0BC is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 188 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.06 |
| HSL | 107.31º | 0.63% | 0.84% | - |
| HSV(B) | 107.31º | 0.22% | 0.94% | - |
| XYZ | 63.79 | 78.09 | 59.29 | - |
| YUV | 221.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 188 | 0.17 | 0 | 0.22 | 0.06 | 107.31 | 0.63 | 0.84 |
| Hex | C7 | F0 | BC | 11 | 0 | 16 | 6 | 6B | 3F | 54 |
| Octal | 307 | 360 | 274 | 21 | 0 | 26 | 6 | 153 | 77 | 124 |
| Binary | 11000111 | 11110000 | 10111100 | 10001 | 0 | 10110 | 110 | 1101011 | 111111 | 1010100 |
Color Harmonies of #C7F0BC
Complementary color
Monochromatic Colors of #C7F0BC
Black with #C7F0BC
Text Example
Text Example
White with #C7F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F0BC; }
p { color: rgb(199,240,188); }
H1.HeaderClassName
{
color: #C7F0BC;
}
.AnyTagClassName
{
color: #C7F0BC;
}
</style>
background-color css
<style>
a { background-color: #C7F0BC; }
a { background-color: rgb(199,240,188); }
div.DivClassName
{
background-color: #C7F0BC;
}
.BgClassName
{
background-color: #C7F0BC;
}
</style>
border-color css
<style>
span { border-color: #C7F0BC; }
span { border-color: rgb(199,240,188); }
td.TdClassName
{
border-color: #C7F0BC;
}
.TagClassName
{
border-color: #C7F0BC;
}
</style>