Shades of Tea Green #C2F3BC
Tints of Tea Green #C2F3BC
RGB
CMYK
RGB Variations
Color information
#C2F3BC (or 0xC2F3BC) is known color: Tea Green. HEX triplet: C2, F3 and BC. RGB value is (194,243,188). Sum of RGB (Red+Green+Blue) = 194+243+188=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F3BC is #3D0C43. Grayscale: #DEDEDE. Windows color (decimal): -4000836 or 12383170. OLE color: 12383170.
HSL color Cylindrical-coordinate representation of color #C2F3BC: hue angle of 113.45º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F3BC is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 188 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.05 |
| HSL | 113.45º | 0.7% | 0.85% | - |
| HSV(B) | 113.45º | 0.23% | 0.95% | - |
| XYZ | 63.38 | 79.2 | 59.52 | - |
| YUV | 222.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 188 | 0.20 | 0 | 0.23 | 0.05 | 113.45 | 0.7 | 0.85 |
| Hex | C2 | F3 | BC | 14 | 0 | 17 | 5 | 71 | 46 | 55 |
| Octal | 302 | 363 | 274 | 24 | 0 | 27 | 5 | 161 | 106 | 125 |
| Binary | 11000010 | 11110011 | 10111100 | 10100 | 0 | 10111 | 101 | 1110001 | 1000110 | 1010101 |
Color Harmonies of #C2F3BC
Complementary color
Monochromatic Colors of #C2F3BC
Black with #C2F3BC
Text Example
Text Example
White with #C2F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F3BC; }
p { color: rgb(194,243,188); }
H1.HeaderClassName
{
color: #C2F3BC;
}
.AnyTagClassName
{
color: #C2F3BC;
}
</style>
background-color css
<style>
a { background-color: #C2F3BC; }
a { background-color: rgb(194,243,188); }
div.DivClassName
{
background-color: #C2F3BC;
}
.BgClassName
{
background-color: #C2F3BC;
}
</style>
border-color css
<style>
span { border-color: #C2F3BC; }
span { border-color: rgb(194,243,188); }
td.TdClassName
{
border-color: #C2F3BC;
}
.TagClassName
{
border-color: #C2F3BC;
}
</style>