Shades of Tea Green #C5EEB0
Tints of Tea Green #C5EEB0
RGB
CMYK
RGB Variations
Color information
#C5EEB0 (or 0xC5EEB0) is known color: Tea Green. HEX triplet: C5, EE and B0. RGB value is (197,238,176). Sum of RGB (Red+Green+Blue) = 197+238+176=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EEB0 is #3A114F. Grayscale: #DADADA. Windows color (decimal): -3805520 or 11595461. OLE color: 11595461.
HSL color Cylindrical-coordinate representation of color #C5EEB0: hue angle of 99.68º degrees, saturation: 0.65, 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 #C5EEB0 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 176 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.07 |
| HSL | 99.68º | 0.65% | 0.81% | - |
| HSV(B) | 99.68º | 0.26% | 0.93% | - |
| XYZ | 61.44 | 76.15 | 52.54 | - |
| YUV | 218.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 176 | 0.17 | 0 | 0.26 | 0.07 | 99.68 | 0.65 | 0.81 |
| Hex | C5 | EE | B0 | 11 | 0 | 1A | 7 | 64 | 41 | 51 |
| Octal | 305 | 356 | 260 | 21 | 0 | 32 | 7 | 144 | 101 | 121 |
| Binary | 11000101 | 11101110 | 10110000 | 10001 | 0 | 11010 | 111 | 1100100 | 1000001 | 1010001 |
Color Harmonies of #C5EEB0
Complementary color
Monochromatic Colors of #C5EEB0
Black with #C5EEB0
Text Example
Text Example
White with #C5EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEB0; }
p { color: rgb(197,238,176); }
H1.HeaderClassName
{
color: #C5EEB0;
}
.AnyTagClassName
{
color: #C5EEB0;
}
</style>
background-color css
<style>
a { background-color: #C5EEB0; }
a { background-color: rgb(197,238,176); }
div.DivClassName
{
background-color: #C5EEB0;
}
.BgClassName
{
background-color: #C5EEB0;
}
</style>
border-color css
<style>
span { border-color: #C5EEB0; }
span { border-color: rgb(197,238,176); }
td.TdClassName
{
border-color: #C5EEB0;
}
.TagClassName
{
border-color: #C5EEB0;
}
</style>