Shades of Tea Green #C2EDB6
Tints of Tea Green #C2EDB6
RGB
CMYK
RGB Variations
Color information
#C2EDB6 (or 0xC2EDB6) is known color: Tea Green. HEX triplet: C2, ED and B6. RGB value is (194,237,182). Sum of RGB (Red+Green+Blue) = 194+237+182=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDB6 is #3D1249. Grayscale: #DADADA. Windows color (decimal): -4002378 or 11988418. OLE color: 11988418.
HSL color Cylindrical-coordinate representation of color #C2EDB6: hue angle of 106.91º degrees, saturation: 0.6, 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 #C2EDB6 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 182 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.07 |
| HSL | 106.91º | 0.6% | 0.82% | - |
| HSV(B) | 106.91º | 0.23% | 0.93% | - |
| XYZ | 60.98 | 75.42 | 55.6 | - |
| YUV | 217.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 182 | 0.18 | 0 | 0.23 | 0.07 | 106.91 | 0.6 | 0.82 |
| Hex | C2 | ED | B6 | 12 | 0 | 17 | 7 | 6B | 3C | 52 |
| Octal | 302 | 355 | 266 | 22 | 0 | 27 | 7 | 153 | 74 | 122 |
| Binary | 11000010 | 11101101 | 10110110 | 10010 | 0 | 10111 | 111 | 1101011 | 111100 | 1010010 |
Color Harmonies of #C2EDB6
Complementary color
Monochromatic Colors of #C2EDB6
Black with #C2EDB6
Text Example
Text Example
White with #C2EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDB6; }
p { color: rgb(194,237,182); }
H1.HeaderClassName
{
color: #C2EDB6;
}
.AnyTagClassName
{
color: #C2EDB6;
}
</style>
background-color css
<style>
a { background-color: #C2EDB6; }
a { background-color: rgb(194,237,182); }
div.DivClassName
{
background-color: #C2EDB6;
}
.BgClassName
{
background-color: #C2EDB6;
}
</style>
border-color css
<style>
span { border-color: #C2EDB6; }
span { border-color: rgb(194,237,182); }
td.TdClassName
{
border-color: #C2EDB6;
}
.TagClassName
{
border-color: #C2EDB6;
}
</style>