Shades of Tea Green #C2EFBC
Tints of Tea Green #C2EFBC
RGB
CMYK
RGB Variations
Color information
#C2EFBC (or 0xC2EFBC) is known color: Tea Green. HEX triplet: C2, EF and BC. RGB value is (194,239,188). Sum of RGB (Red+Green+Blue) = 194+239+188=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFBC is #3D1043. Grayscale: #DBDBDB. Windows color (decimal): -4001860 or 12382146. OLE color: 12382146.
HSL color Cylindrical-coordinate representation of color #C2EFBC: hue angle of 112.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EFBC is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 188 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.06 |
| HSL | 112.94º | 0.61% | 0.84% | - |
| HSV(B) | 112.94º | 0.21% | 0.94% | - |
| XYZ | 62.19 | 76.83 | 59.13 | - |
| YUV | 219.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 188 | 0.19 | 0 | 0.21 | 0.06 | 112.94 | 0.61 | 0.84 |
| Hex | C2 | EF | BC | 13 | 0 | 15 | 6 | 71 | 3D | 54 |
| Octal | 302 | 357 | 274 | 23 | 0 | 25 | 6 | 161 | 75 | 124 |
| Binary | 11000010 | 11101111 | 10111100 | 10011 | 0 | 10101 | 110 | 1110001 | 111101 | 1010100 |
Color Harmonies of #C2EFBC
Complementary color
Monochromatic Colors of #C2EFBC
Black with #C2EFBC
Text Example
Text Example
White with #C2EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFBC; }
p { color: rgb(194,239,188); }
H1.HeaderClassName
{
color: #C2EFBC;
}
.AnyTagClassName
{
color: #C2EFBC;
}
</style>
background-color css
<style>
a { background-color: #C2EFBC; }
a { background-color: rgb(194,239,188); }
div.DivClassName
{
background-color: #C2EFBC;
}
.BgClassName
{
background-color: #C2EFBC;
}
</style>
border-color css
<style>
span { border-color: #C2EFBC; }
span { border-color: rgb(194,239,188); }
td.TdClassName
{
border-color: #C2EFBC;
}
.TagClassName
{
border-color: #C2EFBC;
}
</style>