Shades of Tea Green #C5EABA
Tints of Tea Green #C5EABA
RGB
CMYK
RGB Variations
Color information
#C5EABA (or 0xC5EABA) is known color: Tea Green. HEX triplet: C5, EA and BA. RGB value is (197,234,186). Sum of RGB (Red+Green+Blue) = 197+234+186=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EABA is #3A1545. Grayscale: #D9D9D9. Windows color (decimal): -3806534 or 12249797. OLE color: 12249797.
HSL color Cylindrical-coordinate representation of color #C5EABA: hue angle of 106.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5EABA is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 186 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.08 |
| HSL | 106.25º | 0.53% | 0.82% | - |
| HSV(B) | 106.25º | 0.21% | 0.92% | - |
| XYZ | 61.31 | 74.26 | 57.56 | - |
| YUV | 217.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 186 | 0.16 | 0 | 0.21 | 0.08 | 106.25 | 0.53 | 0.82 |
| Hex | C5 | EA | BA | 10 | 0 | 15 | 8 | 6A | 35 | 52 |
| Octal | 305 | 352 | 272 | 20 | 0 | 25 | 10 | 152 | 65 | 122 |
| Binary | 11000101 | 11101010 | 10111010 | 10000 | 0 | 10101 | 1000 | 1101010 | 110101 | 1010010 |
Color Harmonies of #C5EABA
Complementary color
Monochromatic Colors of #C5EABA
Black with #C5EABA
Text Example
Text Example
White with #C5EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EABA; }
p { color: rgb(197,234,186); }
H1.HeaderClassName
{
color: #C5EABA;
}
.AnyTagClassName
{
color: #C5EABA;
}
</style>
background-color css
<style>
a { background-color: #C5EABA; }
a { background-color: rgb(197,234,186); }
div.DivClassName
{
background-color: #C5EABA;
}
.BgClassName
{
background-color: #C5EABA;
}
</style>
border-color css
<style>
span { border-color: #C5EABA; }
span { border-color: rgb(197,234,186); }
td.TdClassName
{
border-color: #C5EABA;
}
.TagClassName
{
border-color: #C5EABA;
}
</style>