Shades of Tea Green #C4EBC0
Tints of Tea Green #C4EBC0
RGB
CMYK
RGB Variations
Color information
#C4EBC0 (or 0xC4EBC0) is known color: Tea Green. HEX triplet: C4, EB and C0. RGB value is (196,235,192). Sum of RGB (Red+Green+Blue) = 196+235+192=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EBC0 is #3B143F. Grayscale: #DADADA. Windows color (decimal): -3871808 or 12643268. OLE color: 12643268.
HSL color Cylindrical-coordinate representation of color #C4EBC0: hue angle of 114.42º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EBC0 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 235 | 192 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.08 |
| HSL | 114.42º | 0.52% | 0.84% | - |
| HSV(B) | 114.42º | 0.18% | 0.92% | - |
| XYZ | 61.99 | 74.96 | 61.07 | - |
| YUV | 218.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 192 | 0.17 | 0 | 0.18 | 0.08 | 114.42 | 0.52 | 0.84 |
| Hex | C4 | EB | C0 | 11 | 0 | 12 | 8 | 72 | 34 | 54 |
| Octal | 304 | 353 | 300 | 21 | 0 | 22 | 10 | 162 | 64 | 124 |
| Binary | 11000100 | 11101011 | 11000000 | 10001 | 0 | 10010 | 1000 | 1110010 | 110100 | 1010100 |
Color Harmonies of #C4EBC0
Complementary color
Monochromatic Colors of #C4EBC0
Black with #C4EBC0
Text Example
Text Example
White with #C4EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBC0; }
p { color: rgb(196,235,192); }
H1.HeaderClassName
{
color: #C4EBC0;
}
.AnyTagClassName
{
color: #C4EBC0;
}
</style>
background-color css
<style>
a { background-color: #C4EBC0; }
a { background-color: rgb(196,235,192); }
div.DivClassName
{
background-color: #C4EBC0;
}
.BgClassName
{
background-color: #C4EBC0;
}
</style>
border-color css
<style>
span { border-color: #C4EBC0; }
span { border-color: rgb(196,235,192); }
td.TdClassName
{
border-color: #C4EBC0;
}
.TagClassName
{
border-color: #C4EBC0;
}
</style>