Shades of Tea Green #C2FCB9
Tints of Tea Green #C2FCB9
RGB
CMYK
RGB Variations
Color information
#C2FCB9 (or 0xC2FCB9) is known color: Tea Green. HEX triplet: C2, FC and B9. RGB value is (194,252,185). Sum of RGB (Red+Green+Blue) = 194+252+185=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCB9 is #3D0346. Grayscale: #E3E3E3. Windows color (decimal): -3998535 or 12188866. OLE color: 12188866.
HSL color Cylindrical-coordinate representation of color #C2FCB9: hue angle of 111.94º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2FCB9 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 185 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.01 |
| HSL | 111.94º | 0.92% | 0.86% | - |
| HSV(B) | 111.94º | 0.27% | 0.99% | - |
| XYZ | 65.82 | 84.59 | 58.76 | - |
| YUV | 227.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 185 | 0.23 | 0 | 0.27 | 0.01 | 111.94 | 0.92 | 0.86 |
| Hex | C2 | FC | B9 | 17 | 0 | 1B | 1 | 70 | 5C | 56 |
| Octal | 302 | 374 | 271 | 27 | 0 | 33 | 1 | 160 | 134 | 126 |
| Binary | 11000010 | 11111100 | 10111001 | 10111 | 0 | 11011 | 1 | 1110000 | 1011100 | 1010110 |
Color Harmonies of #C2FCB9
Complementary color
Monochromatic Colors of #C2FCB9
Black with #C2FCB9
Text Example
Text Example
White with #C2FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCB9; }
p { color: rgb(194,252,185); }
H1.HeaderClassName
{
color: #C2FCB9;
}
.AnyTagClassName
{
color: #C2FCB9;
}
</style>
background-color css
<style>
a { background-color: #C2FCB9; }
a { background-color: rgb(194,252,185); }
div.DivClassName
{
background-color: #C2FCB9;
}
.BgClassName
{
background-color: #C2FCB9;
}
</style>
border-color css
<style>
span { border-color: #C2FCB9; }
span { border-color: rgb(194,252,185); }
td.TdClassName
{
border-color: #C2FCB9;
}
.TagClassName
{
border-color: #C2FCB9;
}
</style>