Shades of Tea Green #C5EBB2
Tints of Tea Green #C5EBB2
RGB
CMYK
RGB Variations
Color information
#C5EBB2 (or 0xC5EBB2) is known color: Tea Green. HEX triplet: C5, EB and B2. RGB value is (197,235,178). Sum of RGB (Red+Green+Blue) = 197+235+178=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EBB2 is #3A144D. Grayscale: #D9D9D9. Windows color (decimal): -3806286 or 11725765. OLE color: 11725765.
HSL color Cylindrical-coordinate representation of color #C5EBB2: hue angle of 100º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5EBB2 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 235 | 178 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.08 |
| HSL | 100º | 0.59% | 0.81% | - |
| HSV(B) | 100º | 0.24% | 0.92% | - |
| XYZ | 60.77 | 74.5 | 53.3 | - |
| YUV | 217.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 235 | 178 | 0.16 | 0 | 0.24 | 0.08 | 100 | 0.59 | 0.81 |
| Hex | C5 | EB | B2 | 10 | 0 | 18 | 8 | 64 | 3B | 51 |
| Octal | 305 | 353 | 262 | 20 | 0 | 30 | 10 | 144 | 73 | 121 |
| Binary | 11000101 | 11101011 | 10110010 | 10000 | 0 | 11000 | 1000 | 1100100 | 111011 | 1010001 |
Color Harmonies of #C5EBB2
Complementary color
Monochromatic Colors of #C5EBB2
Black with #C5EBB2
Text Example
Text Example
White with #C5EBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBB2; }
p { color: rgb(197,235,178); }
H1.HeaderClassName
{
color: #C5EBB2;
}
.AnyTagClassName
{
color: #C5EBB2;
}
</style>
background-color css
<style>
a { background-color: #C5EBB2; }
a { background-color: rgb(197,235,178); }
div.DivClassName
{
background-color: #C5EBB2;
}
.BgClassName
{
background-color: #C5EBB2;
}
</style>
border-color css
<style>
span { border-color: #C5EBB2; }
span { border-color: rgb(197,235,178); }
td.TdClassName
{
border-color: #C5EBB2;
}
.TagClassName
{
border-color: #C5EBB2;
}
</style>