Shades of Tea Green #C7EDB0
Tints of Tea Green #C7EDB0
RGB
CMYK
RGB Variations
Color information
#C7EDB0 (or 0xC7EDB0) is known color: Tea Green. HEX triplet: C7, ED and B0. RGB value is (199,237,176). Sum of RGB (Red+Green+Blue) = 199+237+176=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EDB0 is #38124F. Grayscale: #DADADA. Windows color (decimal): -3674704 or 11595207. OLE color: 11595207.
HSL color Cylindrical-coordinate representation of color #C7EDB0: hue angle of 97.38º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7EDB0 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 176 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.07 |
| HSL | 97.38º | 0.63% | 0.81% | - |
| HSV(B) | 97.38º | 0.26% | 0.93% | - |
| XYZ | 61.67 | 75.85 | 52.46 | - |
| YUV | 218.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 176 | 0.16 | 0 | 0.26 | 0.07 | 97.38 | 0.63 | 0.81 |
| Hex | C7 | ED | B0 | 10 | 0 | 1A | 7 | 61 | 3F | 51 |
| Octal | 307 | 355 | 260 | 20 | 0 | 32 | 7 | 141 | 77 | 121 |
| Binary | 11000111 | 11101101 | 10110000 | 10000 | 0 | 11010 | 111 | 1100001 | 111111 | 1010001 |
Color Harmonies of #C7EDB0
Complementary color
Monochromatic Colors of #C7EDB0
Black with #C7EDB0
Text Example
Text Example
White with #C7EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDB0; }
p { color: rgb(199,237,176); }
H1.HeaderClassName
{
color: #C7EDB0;
}
.AnyTagClassName
{
color: #C7EDB0;
}
</style>
background-color css
<style>
a { background-color: #C7EDB0; }
a { background-color: rgb(199,237,176); }
div.DivClassName
{
background-color: #C7EDB0;
}
.BgClassName
{
background-color: #C7EDB0;
}
</style>
border-color css
<style>
span { border-color: #C7EDB0; }
span { border-color: rgb(199,237,176); }
td.TdClassName
{
border-color: #C7EDB0;
}
.TagClassName
{
border-color: #C7EDB0;
}
</style>