Shades of Tea Green #C2F7BF
Tints of Tea Green #C2F7BF
RGB
CMYK
RGB Variations
Color information
#C2F7BF (or 0xC2F7BF) is known color: Tea Green. HEX triplet: C2, F7 and BF. RGB value is (194,247,191). Sum of RGB (Red+Green+Blue) = 194+247+191=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F7BF is #3D0840. Grayscale: #E0E0E0. Windows color (decimal): -3999809 or 12580802. OLE color: 12580802.
HSL color Cylindrical-coordinate representation of color #C2F7BF: hue angle of 116.79º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F7BF is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 191 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.03 |
| HSL | 116.79º | 0.78% | 0.86% | - |
| HSV(B) | 116.79º | 0.23% | 0.97% | - |
| XYZ | 64.91 | 81.75 | 61.65 | - |
| YUV | 224.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 191 | 0.21 | 0 | 0.23 | 0.03 | 116.79 | 0.78 | 0.86 |
| Hex | C2 | F7 | BF | 15 | 0 | 17 | 3 | 75 | 4E | 56 |
| Octal | 302 | 367 | 277 | 25 | 0 | 27 | 3 | 165 | 116 | 126 |
| Binary | 11000010 | 11110111 | 10111111 | 10101 | 0 | 10111 | 11 | 1110101 | 1001110 | 1010110 |
Color Harmonies of #C2F7BF
Complementary color
Monochromatic Colors of #C2F7BF
Black with #C2F7BF
Text Example
Text Example
White with #C2F7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7BF; }
p { color: rgb(194,247,191); }
H1.HeaderClassName
{
color: #C2F7BF;
}
.AnyTagClassName
{
color: #C2F7BF;
}
</style>
background-color css
<style>
a { background-color: #C2F7BF; }
a { background-color: rgb(194,247,191); }
div.DivClassName
{
background-color: #C2F7BF;
}
.BgClassName
{
background-color: #C2F7BF;
}
</style>
border-color css
<style>
span { border-color: #C2F7BF; }
span { border-color: rgb(194,247,191); }
td.TdClassName
{
border-color: #C2F7BF;
}
.TagClassName
{
border-color: #C2F7BF;
}
</style>