Shades of Tea Green #C2ECB6
Tints of Tea Green #C2ECB6
RGB
CMYK
RGB Variations
Color information
#C2ECB6 (or 0xC2ECB6) is known color: Tea Green. HEX triplet: C2, EC and B6. RGB value is (194,236,182). Sum of RGB (Red+Green+Blue) = 194+236+182=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECB6 is #3D1349. Grayscale: #D9D9D9. Windows color (decimal): -4002634 or 11988162. OLE color: 11988162.
HSL color Cylindrical-coordinate representation of color #C2ECB6: hue angle of 106.67º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2ECB6 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 182 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.07 |
| HSL | 106.67º | 0.59% | 0.82% | - |
| HSV(B) | 106.67º | 0.23% | 0.93% | - |
| XYZ | 60.69 | 74.84 | 55.5 | - |
| YUV | 217.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 182 | 0.18 | 0 | 0.23 | 0.07 | 106.67 | 0.59 | 0.82 |
| Hex | C2 | EC | B6 | 12 | 0 | 17 | 7 | 6B | 3B | 52 |
| Octal | 302 | 354 | 266 | 22 | 0 | 27 | 7 | 153 | 73 | 122 |
| Binary | 11000010 | 11101100 | 10110110 | 10010 | 0 | 10111 | 111 | 1101011 | 111011 | 1010010 |
Color Harmonies of #C2ECB6
Complementary color
Monochromatic Colors of #C2ECB6
Black with #C2ECB6
Text Example
Text Example
White with #C2ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECB6; }
p { color: rgb(194,236,182); }
H1.HeaderClassName
{
color: #C2ECB6;
}
.AnyTagClassName
{
color: #C2ECB6;
}
</style>
background-color css
<style>
a { background-color: #C2ECB6; }
a { background-color: rgb(194,236,182); }
div.DivClassName
{
background-color: #C2ECB6;
}
.BgClassName
{
background-color: #C2ECB6;
}
</style>
border-color css
<style>
span { border-color: #C2ECB6; }
span { border-color: rgb(194,236,182); }
td.TdClassName
{
border-color: #C2ECB6;
}
.TagClassName
{
border-color: #C2ECB6;
}
</style>