Shades of Tea Green #C2EEBB
Tints of Tea Green #C2EEBB
RGB
CMYK
RGB Variations
Color information
#C2EEBB (or 0xC2EEBB) is known color: Tea Green. HEX triplet: C2, EE and BB. RGB value is (194,238,187). Sum of RGB (Red+Green+Blue) = 194+238+187=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEBB is #3D1144. Grayscale: #DBDBDB. Windows color (decimal): -4002117 or 12316354. OLE color: 12316354.
HSL color Cylindrical-coordinate representation of color #C2EEBB: hue angle of 111.76º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EEBB is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 187 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.07 |
| HSL | 111.76º | 0.6% | 0.83% | - |
| HSV(B) | 111.76º | 0.21% | 0.93% | - |
| XYZ | 61.79 | 76.21 | 58.47 | - |
| YUV | 219.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 187 | 0.18 | 0 | 0.21 | 0.07 | 111.76 | 0.6 | 0.83 |
| Hex | C2 | EE | BB | 12 | 0 | 15 | 7 | 70 | 3C | 53 |
| Octal | 302 | 356 | 273 | 22 | 0 | 25 | 7 | 160 | 74 | 123 |
| Binary | 11000010 | 11101110 | 10111011 | 10010 | 0 | 10101 | 111 | 1110000 | 111100 | 1010011 |
Color Harmonies of #C2EEBB
Complementary color
Monochromatic Colors of #C2EEBB
Black with #C2EEBB
Text Example
Text Example
White with #C2EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEBB; }
p { color: rgb(194,238,187); }
H1.HeaderClassName
{
color: #C2EEBB;
}
.AnyTagClassName
{
color: #C2EEBB;
}
</style>
background-color css
<style>
a { background-color: #C2EEBB; }
a { background-color: rgb(194,238,187); }
div.DivClassName
{
background-color: #C2EEBB;
}
.BgClassName
{
background-color: #C2EEBB;
}
</style>
border-color css
<style>
span { border-color: #C2EEBB; }
span { border-color: rgb(194,238,187); }
td.TdClassName
{
border-color: #C2EEBB;
}
.TagClassName
{
border-color: #C2EEBB;
}
</style>