Shades of Tea Green #C5EDBD
Tints of Tea Green #C5EDBD
RGB
CMYK
RGB Variations
Color information
#C5EDBD (or 0xC5EDBD) is known color: Tea Green. HEX triplet: C5, ED and BD. RGB value is (197,237,189). Sum of RGB (Red+Green+Blue) = 197+237+189=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDBD is #3A1242. Grayscale: #DBDBDB. Windows color (decimal): -3805763 or 12447173. OLE color: 12447173.
HSL color Cylindrical-coordinate representation of color #C5EDBD: hue angle of 110º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5EDBD is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 189 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.07 |
| HSL | 110º | 0.57% | 0.84% | - |
| HSV(B) | 110º | 0.2% | 0.93% | - |
| XYZ | 62.5 | 76.11 | 59.54 | - |
| YUV | 219.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 189 | 0.17 | 0 | 0.20 | 0.07 | 110 | 0.57 | 0.84 |
| Hex | C5 | ED | BD | 11 | 0 | 14 | 7 | 6E | 39 | 54 |
| Octal | 305 | 355 | 275 | 21 | 0 | 24 | 7 | 156 | 71 | 124 |
| Binary | 11000101 | 11101101 | 10111101 | 10001 | 0 | 10100 | 111 | 1101110 | 111001 | 1010100 |
Color Harmonies of #C5EDBD
Complementary color
Monochromatic Colors of #C5EDBD
Black with #C5EDBD
Text Example
Text Example
White with #C5EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDBD; }
p { color: rgb(197,237,189); }
H1.HeaderClassName
{
color: #C5EDBD;
}
.AnyTagClassName
{
color: #C5EDBD;
}
</style>
background-color css
<style>
a { background-color: #C5EDBD; }
a { background-color: rgb(197,237,189); }
div.DivClassName
{
background-color: #C5EDBD;
}
.BgClassName
{
background-color: #C5EDBD;
}
</style>
border-color css
<style>
span { border-color: #C5EDBD; }
span { border-color: rgb(197,237,189); }
td.TdClassName
{
border-color: #C5EDBD;
}
.TagClassName
{
border-color: #C5EDBD;
}
</style>