Shades of Tea Green #C5EABE
Tints of Tea Green #C5EABE
RGB
CMYK
RGB Variations
Color information
#C5EABE (or 0xC5EABE) is known color: Tea Green. HEX triplet: C5, EA and BE. RGB value is (197,234,190). Sum of RGB (Red+Green+Blue) = 197+234+190=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EABE is #3A1541. Grayscale: #DADADA. Windows color (decimal): -3806530 or 12511941. OLE color: 12511941.
HSL color Cylindrical-coordinate representation of color #C5EABE: hue angle of 110.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5EABE is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 190 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.08 |
| HSL | 110.45º | 0.51% | 0.83% | - |
| HSV(B) | 110.45º | 0.19% | 0.92% | - |
| XYZ | 61.74 | 74.43 | 59.83 | - |
| YUV | 217.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 190 | 0.16 | 0 | 0.19 | 0.08 | 110.45 | 0.51 | 0.83 |
| Hex | C5 | EA | BE | 10 | 0 | 13 | 8 | 6E | 33 | 53 |
| Octal | 305 | 352 | 276 | 20 | 0 | 23 | 10 | 156 | 63 | 123 |
| Binary | 11000101 | 11101010 | 10111110 | 10000 | 0 | 10011 | 1000 | 1101110 | 110011 | 1010011 |
Color Harmonies of #C5EABE
Complementary color
Monochromatic Colors of #C5EABE
Black with #C5EABE
Text Example
Text Example
White with #C5EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EABE; }
p { color: rgb(197,234,190); }
H1.HeaderClassName
{
color: #C5EABE;
}
.AnyTagClassName
{
color: #C5EABE;
}
</style>
background-color css
<style>
a { background-color: #C5EABE; }
a { background-color: rgb(197,234,190); }
div.DivClassName
{
background-color: #C5EABE;
}
.BgClassName
{
background-color: #C5EABE;
}
</style>
border-color css
<style>
span { border-color: #C5EABE; }
span { border-color: rgb(197,234,190); }
td.TdClassName
{
border-color: #C5EABE;
}
.TagClassName
{
border-color: #C5EABE;
}
</style>