Shades of Tea Green #C2FFB9
Tints of Tea Green #C2FFB9
RGB
CMYK
RGB Variations
Color information
#C2FFB9 (or 0xC2FFB9) is known color: Tea Green. HEX triplet: C2, FF and B9. RGB value is (194,255,185). Sum of RGB (Red+Green+Blue) = 194+255+185=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFB9 is #3D0046. Grayscale: #E4E4E4. Windows color (decimal): -3997767 or 12189634. OLE color: 12189634.
HSL color Cylindrical-coordinate representation of color #C2FFB9: hue angle of 112.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2FFB9 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 185 | - |
| CMYK | 0.24 | 0 | 0.27 | 0 |
| HSL | 112.29º | 1% | 0.86% | - |
| HSV(B) | 112.29º | 0.27% | 1% | - |
| XYZ | 66.77 | 86.49 | 59.07 | - |
| YUV | 228.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 185 | 0.24 | 0 | 0.27 | 0 | 112.29 | 1 | 0.86 |
| Hex | C2 | FF | B9 | 18 | 0 | 1B | 0 | 70 | 64 | 56 |
| Octal | 302 | 377 | 271 | 30 | 0 | 33 | 0 | 160 | 144 | 126 |
| Binary | 11000010 | 11111111 | 10111001 | 11000 | 0 | 11011 | 0 | 1110000 | 1100100 | 1010110 |
Color Harmonies of #C2FFB9
Complementary color
Monochromatic Colors of #C2FFB9
Black with #C2FFB9
Text Example
Text Example
White with #C2FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFB9; }
p { color: rgb(194,255,185); }
H1.HeaderClassName
{
color: #C2FFB9;
}
.AnyTagClassName
{
color: #C2FFB9;
}
</style>
background-color css
<style>
a { background-color: #C2FFB9; }
a { background-color: rgb(194,255,185); }
div.DivClassName
{
background-color: #C2FFB9;
}
.BgClassName
{
background-color: #C2FFB9;
}
</style>
border-color css
<style>
span { border-color: #C2FFB9; }
span { border-color: rgb(194,255,185); }
td.TdClassName
{
border-color: #C2FFB9;
}
.TagClassName
{
border-color: #C2FFB9;
}
</style>