Shades of Tea Green #C2FFBF
Tints of Tea Green #C2FFBF
RGB
CMYK
RGB Variations
Color information
#C2FFBF (or 0xC2FFBF) is known color: Tea Green. HEX triplet: C2, FF and BF. RGB value is (194,255,191). Sum of RGB (Red+Green+Blue) = 194+255+191=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFBF is #3D0040. Grayscale: #E5E5E5. Windows color (decimal): -3997761 or 12582850. OLE color: 12582850.
HSL color Cylindrical-coordinate representation of color #C2FFBF: hue angle of 117.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2FFBF is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 191 | - |
| CMYK | 0.24 | 0 | 0.25 | 0 |
| HSL | 117.19º | 1% | 0.87% | - |
| HSV(B) | 117.19º | 0.25% | 1% | - |
| XYZ | 67.41 | 86.75 | 62.48 | - |
| YUV | 229.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 191 | 0.24 | 0 | 0.25 | 0 | 117.19 | 1 | 0.87 |
| Hex | C2 | FF | BF | 18 | 0 | 19 | 0 | 75 | 64 | 57 |
| Octal | 302 | 377 | 277 | 30 | 0 | 31 | 0 | 165 | 144 | 127 |
| Binary | 11000010 | 11111111 | 10111111 | 11000 | 0 | 11001 | 0 | 1110101 | 1100100 | 1010111 |
Color Harmonies of #C2FFBF
Complementary color
Monochromatic Colors of #C2FFBF
Black with #C2FFBF
Text Example
Text Example
White with #C2FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFBF; }
p { color: rgb(194,255,191); }
H1.HeaderClassName
{
color: #C2FFBF;
}
.AnyTagClassName
{
color: #C2FFBF;
}
</style>
background-color css
<style>
a { background-color: #C2FFBF; }
a { background-color: rgb(194,255,191); }
div.DivClassName
{
background-color: #C2FFBF;
}
.BgClassName
{
background-color: #C2FFBF;
}
</style>
border-color css
<style>
span { border-color: #C2FFBF; }
span { border-color: rgb(194,255,191); }
td.TdClassName
{
border-color: #C2FFBF;
}
.TagClassName
{
border-color: #C2FFBF;
}
</style>