Shades of Tea Green #C7FCC0
Tints of Tea Green #C7FCC0
RGB
CMYK
RGB Variations
Color information
#C7FCC0 (or 0xC7FCC0) is known color: Tea Green. HEX triplet: C7, FC and C0. RGB value is (199,252,192). Sum of RGB (Red+Green+Blue) = 199+252+192=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FCC0 is #38033F. Grayscale: #E5E5E5. Windows color (decimal): -3670848 or 12647623. OLE color: 12647623.
HSL color Cylindrical-coordinate representation of color #C7FCC0: hue angle of 113º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7FCC0 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 192 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.01 |
| HSL | 113º | 0.91% | 0.87% | - |
| HSV(B) | 113º | 0.24% | 0.99% | - |
| XYZ | 67.88 | 85.57 | 62.81 | - |
| YUV | 229.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 192 | 0.21 | 0 | 0.24 | 0.01 | 113 | 0.91 | 0.87 |
| Hex | C7 | FC | C0 | 15 | 0 | 18 | 1 | 71 | 5B | 57 |
| Octal | 307 | 374 | 300 | 25 | 0 | 30 | 1 | 161 | 133 | 127 |
| Binary | 11000111 | 11111100 | 11000000 | 10101 | 0 | 11000 | 1 | 1110001 | 1011011 | 1010111 |
Color Harmonies of #C7FCC0
Complementary color
Monochromatic Colors of #C7FCC0
Black with #C7FCC0
Text Example
Text Example
White with #C7FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCC0; }
p { color: rgb(199,252,192); }
H1.HeaderClassName
{
color: #C7FCC0;
}
.AnyTagClassName
{
color: #C7FCC0;
}
</style>
background-color css
<style>
a { background-color: #C7FCC0; }
a { background-color: rgb(199,252,192); }
div.DivClassName
{
background-color: #C7FCC0;
}
.BgClassName
{
background-color: #C7FCC0;
}
</style>
border-color css
<style>
span { border-color: #C7FCC0; }
span { border-color: rgb(199,252,192); }
td.TdClassName
{
border-color: #C7FCC0;
}
.TagClassName
{
border-color: #C7FCC0;
}
</style>