Shades of Tea Green #C2EFBA
Tints of Tea Green #C2EFBA
RGB
CMYK
RGB Variations
Color information
#C2EFBA (or 0xC2EFBA) is known color: Tea Green. HEX triplet: C2, EF and BA. RGB value is (194,239,186). Sum of RGB (Red+Green+Blue) = 194+239+186=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFBA is #3D1045. Grayscale: #DBDBDB. Windows color (decimal): -4001862 or 12251074. OLE color: 12251074.
HSL color Cylindrical-coordinate representation of color #C2EFBA: hue angle of 110.94º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2EFBA is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 186 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.06 |
| HSL | 110.94º | 0.62% | 0.83% | - |
| HSV(B) | 110.94º | 0.22% | 0.94% | - |
| XYZ | 61.98 | 76.75 | 58 | - |
| YUV | 219.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 186 | 0.19 | 0 | 0.22 | 0.06 | 110.94 | 0.62 | 0.83 |
| Hex | C2 | EF | BA | 13 | 0 | 16 | 6 | 6F | 3E | 53 |
| Octal | 302 | 357 | 272 | 23 | 0 | 26 | 6 | 157 | 76 | 123 |
| Binary | 11000010 | 11101111 | 10111010 | 10011 | 0 | 10110 | 110 | 1101111 | 111110 | 1010011 |
Color Harmonies of #C2EFBA
Complementary color
Monochromatic Colors of #C2EFBA
Black with #C2EFBA
Text Example
Text Example
White with #C2EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFBA; }
p { color: rgb(194,239,186); }
H1.HeaderClassName
{
color: #C2EFBA;
}
.AnyTagClassName
{
color: #C2EFBA;
}
</style>
background-color css
<style>
a { background-color: #C2EFBA; }
a { background-color: rgb(194,239,186); }
div.DivClassName
{
background-color: #C2EFBA;
}
.BgClassName
{
background-color: #C2EFBA;
}
</style>
border-color css
<style>
span { border-color: #C2EFBA; }
span { border-color: rgb(194,239,186); }
td.TdClassName
{
border-color: #C2EFBA;
}
.TagClassName
{
border-color: #C2EFBA;
}
</style>