Shades of Tea Green #C2F1BF
Tints of Tea Green #C2F1BF
RGB
CMYK
RGB Variations
Color information
#C2F1BF (or 0xC2F1BF) is known color: Tea Green. HEX triplet: C2, F1 and BF. RGB value is (194,241,191). Sum of RGB (Red+Green+Blue) = 194+241+191=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F1BF is #3D0E40. Grayscale: #DDDDDD. Windows color (decimal): -4001345 or 12579266. OLE color: 12579266.
HSL color Cylindrical-coordinate representation of color #C2F1BF: hue angle of 116.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F1BF is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 191 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.05 |
| HSL | 116.4º | 0.64% | 0.85% | - |
| HSV(B) | 116.4º | 0.21% | 0.95% | - |
| XYZ | 63.11 | 78.14 | 61.05 | - |
| YUV | 221.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 191 | 0.20 | 0 | 0.21 | 0.05 | 116.4 | 0.64 | 0.85 |
| Hex | C2 | F1 | BF | 14 | 0 | 15 | 5 | 74 | 40 | 55 |
| Octal | 302 | 361 | 277 | 24 | 0 | 25 | 5 | 164 | 100 | 125 |
| Binary | 11000010 | 11110001 | 10111111 | 10100 | 0 | 10101 | 101 | 1110100 | 1000000 | 1010101 |
Color Harmonies of #C2F1BF
Complementary color
Monochromatic Colors of #C2F1BF
Black with #C2F1BF
Text Example
Text Example
White with #C2F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F1BF; }
p { color: rgb(194,241,191); }
H1.HeaderClassName
{
color: #C2F1BF;
}
.AnyTagClassName
{
color: #C2F1BF;
}
</style>
background-color css
<style>
a { background-color: #C2F1BF; }
a { background-color: rgb(194,241,191); }
div.DivClassName
{
background-color: #C2F1BF;
}
.BgClassName
{
background-color: #C2F1BF;
}
</style>
border-color css
<style>
span { border-color: #C2F1BF; }
span { border-color: rgb(194,241,191); }
td.TdClassName
{
border-color: #C2F1BF;
}
.TagClassName
{
border-color: #C2F1BF;
}
</style>