Shades of Tea Green #C7FEC0
Tints of Tea Green #C7FEC0
RGB
CMYK
RGB Variations
Color information
#C7FEC0 (or 0xC7FEC0) is known color: Tea Green. HEX triplet: C7, FE and C0. RGB value is (199,254,192). Sum of RGB (Red+Green+Blue) = 199+254+192=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEC0 is #38013F. Grayscale: #E6E6E6. Windows color (decimal): -3670336 or 12648135. OLE color: 12648135.
HSL color Cylindrical-coordinate representation of color #C7FEC0: hue angle of 113.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7FEC0 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 192 | - |
CMYK | 0.22 | 0 | 0.24 | 0.00 |
HSL | 113.23º | 0.97% | 0.87% | - |
HSV(B) | 113.23º | 0.24% | 1% | - |
XYZ | 68.51 | 86.83 | 63.02 | - |
YUV | 230.49 | 106.28 | 105.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 192 | 0.22 | 0 | 0.24 | 0.00 | 113.23 | 0.97 | 0.87 |
Hex | C7 | FE | C0 | 16 | 0 | 18 | 0 | 71 | 61 | 57 |
Octal | 307 | 376 | 300 | 26 | 0 | 30 | 0 | 161 | 141 | 127 |
Binary | 11000111 | 11111110 | 11000000 | 10110 | 0 | 11000 | 0 | 1110001 | 1100001 | 1010111 |
Color Harmonies of #C7FEC0
Complementary color
Monochromatic Colors of #C7FEC0
Black with #C7FEC0
Text Example
Text Example
White with #C7FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEC0; }
p { color: rgb(199,254,192); }
H1.HeaderClassName
{
color: #C7FEC0;
}
.AnyTagClassName
{
color: #C7FEC0;
}
</style>
background-color css
<style>
a { background-color: #C7FEC0; }
a { background-color: rgb(199,254,192); }
div.DivClassName
{
background-color: #C7FEC0;
}
.BgClassName
{
background-color: #C7FEC0;
}
</style>
border-color css
<style>
span { border-color: #C7FEC0; }
span { border-color: rgb(199,254,192); }
td.TdClassName
{
border-color: #C7FEC0;
}
.TagClassName
{
border-color: #C7FEC0;
}
</style>