Shades of Tea Green #C2F9BC
Tints of Tea Green #C2F9BC
RGB
CMYK
RGB Variations
Color information
#C2F9BC (or 0xC2F9BC) is known color: Tea Green. HEX triplet: C2, F9 and BC. RGB value is (194,249,188). Sum of RGB (Red+Green+Blue) = 194+249+188=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9BC is #3D0643. Grayscale: #E1E1E1. Windows color (decimal): -3999300 or 12384706. OLE color: 12384706.
HSL color Cylindrical-coordinate representation of color #C2F9BC: hue angle of 114.1º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F9BC is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 188 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.02 |
| HSL | 114.1º | 0.84% | 0.86% | - |
| HSV(B) | 114.1º | 0.24% | 0.98% | - |
| XYZ | 65.2 | 82.85 | 60.13 | - |
| YUV | 225.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 188 | 0.22 | 0 | 0.24 | 0.02 | 114.1 | 0.84 | 0.86 |
| Hex | C2 | F9 | BC | 16 | 0 | 18 | 2 | 72 | 54 | 56 |
| Octal | 302 | 371 | 274 | 26 | 0 | 30 | 2 | 162 | 124 | 126 |
| Binary | 11000010 | 11111001 | 10111100 | 10110 | 0 | 11000 | 10 | 1110010 | 1010100 | 1010110 |
Color Harmonies of #C2F9BC
Complementary color
Monochromatic Colors of #C2F9BC
Black with #C2F9BC
Text Example
Text Example
White with #C2F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9BC; }
p { color: rgb(194,249,188); }
H1.HeaderClassName
{
color: #C2F9BC;
}
.AnyTagClassName
{
color: #C2F9BC;
}
</style>
background-color css
<style>
a { background-color: #C2F9BC; }
a { background-color: rgb(194,249,188); }
div.DivClassName
{
background-color: #C2F9BC;
}
.BgClassName
{
background-color: #C2F9BC;
}
</style>
border-color css
<style>
span { border-color: #C2F9BC; }
span { border-color: rgb(194,249,188); }
td.TdClassName
{
border-color: #C2F9BC;
}
.TagClassName
{
border-color: #C2F9BC;
}
</style>