Shades of Tea Green #C4EDB2
Tints of Tea Green #C4EDB2
RGB
CMYK
RGB Variations
Color information
#C4EDB2 (or 0xC4EDB2) is known color: Tea Green. HEX triplet: C4, ED and B2. RGB value is (196,237,178). Sum of RGB (Red+Green+Blue) = 196+237+178=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EDB2 is #3B124D. Grayscale: #DADADA. Windows color (decimal): -3871310 or 11726276. OLE color: 11726276.
HSL color Cylindrical-coordinate representation of color #C4EDB2: hue angle of 101.69º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4EDB2 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 178 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.07 |
| HSL | 101.69º | 0.62% | 0.81% | - |
| HSV(B) | 101.69º | 0.25% | 0.93% | - |
| XYZ | 61.09 | 75.52 | 53.48 | - |
| YUV | 218.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 178 | 0.17 | 0 | 0.25 | 0.07 | 101.69 | 0.62 | 0.81 |
| Hex | C4 | ED | B2 | 11 | 0 | 19 | 7 | 66 | 3E | 51 |
| Octal | 304 | 355 | 262 | 21 | 0 | 31 | 7 | 146 | 76 | 121 |
| Binary | 11000100 | 11101101 | 10110010 | 10001 | 0 | 11001 | 111 | 1100110 | 111110 | 1010001 |
Color Harmonies of #C4EDB2
Complementary color
Monochromatic Colors of #C4EDB2
Black with #C4EDB2
Text Example
Text Example
White with #C4EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDB2; }
p { color: rgb(196,237,178); }
H1.HeaderClassName
{
color: #C4EDB2;
}
.AnyTagClassName
{
color: #C4EDB2;
}
</style>
background-color css
<style>
a { background-color: #C4EDB2; }
a { background-color: rgb(196,237,178); }
div.DivClassName
{
background-color: #C4EDB2;
}
.BgClassName
{
background-color: #C4EDB2;
}
</style>
border-color css
<style>
span { border-color: #C4EDB2; }
span { border-color: rgb(196,237,178); }
td.TdClassName
{
border-color: #C4EDB2;
}
.TagClassName
{
border-color: #C4EDB2;
}
</style>