Shades of Tea Green #C2ECBD
Tints of Tea Green #C2ECBD
RGB
CMYK
RGB Variations
Color information
#C2ECBD (or 0xC2ECBD) is known color: Tea Green. HEX triplet: C2, EC and BD. RGB value is (194,236,189). Sum of RGB (Red+Green+Blue) = 194+236+189=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECBD is #3D1342. Grayscale: #DADADA. Windows color (decimal): -4002627 or 12446914. OLE color: 12446914.
HSL color Cylindrical-coordinate representation of color #C2ECBD: hue angle of 113.62º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2ECBD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 189 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.07 |
| HSL | 113.62º | 0.55% | 0.83% | - |
| HSV(B) | 113.62º | 0.2% | 0.93% | - |
| XYZ | 61.43 | 75.13 | 59.41 | - |
| YUV | 218.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 189 | 0.18 | 0 | 0.20 | 0.07 | 113.62 | 0.55 | 0.83 |
| Hex | C2 | EC | BD | 12 | 0 | 14 | 7 | 72 | 37 | 53 |
| Octal | 302 | 354 | 275 | 22 | 0 | 24 | 7 | 162 | 67 | 123 |
| Binary | 11000010 | 11101100 | 10111101 | 10010 | 0 | 10100 | 111 | 1110010 | 110111 | 1010011 |
Color Harmonies of #C2ECBD
Complementary color
Monochromatic Colors of #C2ECBD
Black with #C2ECBD
Text Example
Text Example
White with #C2ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECBD; }
p { color: rgb(194,236,189); }
H1.HeaderClassName
{
color: #C2ECBD;
}
.AnyTagClassName
{
color: #C2ECBD;
}
</style>
background-color css
<style>
a { background-color: #C2ECBD; }
a { background-color: rgb(194,236,189); }
div.DivClassName
{
background-color: #C2ECBD;
}
.BgClassName
{
background-color: #C2ECBD;
}
</style>
border-color css
<style>
span { border-color: #C2ECBD; }
span { border-color: rgb(194,236,189); }
td.TdClassName
{
border-color: #C2ECBD;
}
.TagClassName
{
border-color: #C2ECBD;
}
</style>