Shades of Tea Green #C5EDC0
Tints of Tea Green #C5EDC0
RGB
CMYK
RGB Variations
Color information
#C5EDC0 (or 0xC5EDC0) is known color: Tea Green. HEX triplet: C5, ED and C0. RGB value is (197,237,192). Sum of RGB (Red+Green+Blue) = 197+237+192=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDC0 is #3A123F. Grayscale: #DCDCDC. Windows color (decimal): -3805760 or 12643781. OLE color: 12643781.
HSL color Cylindrical-coordinate representation of color #C5EDC0: hue angle of 113.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5EDC0 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 192 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.07 |
| HSL | 113.33º | 0.56% | 0.84% | - |
| HSV(B) | 113.33º | 0.19% | 0.93% | - |
| XYZ | 62.82 | 76.24 | 61.27 | - |
| YUV | 219.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 192 | 0.17 | 0 | 0.19 | 0.07 | 113.33 | 0.56 | 0.84 |
| Hex | C5 | ED | C0 | 11 | 0 | 13 | 7 | 71 | 38 | 54 |
| Octal | 305 | 355 | 300 | 21 | 0 | 23 | 7 | 161 | 70 | 124 |
| Binary | 11000101 | 11101101 | 11000000 | 10001 | 0 | 10011 | 111 | 1110001 | 111000 | 1010100 |
Color Harmonies of #C5EDC0
Complementary color
Monochromatic Colors of #C5EDC0
Black with #C5EDC0
Text Example
Text Example
White with #C5EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDC0; }
p { color: rgb(197,237,192); }
H1.HeaderClassName
{
color: #C5EDC0;
}
.AnyTagClassName
{
color: #C5EDC0;
}
</style>
background-color css
<style>
a { background-color: #C5EDC0; }
a { background-color: rgb(197,237,192); }
div.DivClassName
{
background-color: #C5EDC0;
}
.BgClassName
{
background-color: #C5EDC0;
}
</style>
border-color css
<style>
span { border-color: #C5EDC0; }
span { border-color: rgb(197,237,192); }
td.TdClassName
{
border-color: #C5EDC0;
}
.TagClassName
{
border-color: #C5EDC0;
}
</style>