Shades of Tea Green #C2F7BB
Tints of Tea Green #C2F7BB
RGB
CMYK
RGB Variations
Color information
#C2F7BB (or 0xC2F7BB) is known color: Tea Green. HEX triplet: C2, F7 and BB. RGB value is (194,247,187). Sum of RGB (Red+Green+Blue) = 194+247+187=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F7BB is #3D0844. Grayscale: #E0E0E0. Windows color (decimal): -3999813 or 12318658. OLE color: 12318658.
HSL color Cylindrical-coordinate representation of color #C2F7BB: hue angle of 113º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F7BB is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 187 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.03 |
| HSL | 113º | 0.79% | 0.85% | - |
| HSV(B) | 113º | 0.24% | 0.97% | - |
| XYZ | 64.48 | 81.58 | 59.36 | - |
| YUV | 224.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 187 | 0.21 | 0 | 0.24 | 0.03 | 113 | 0.79 | 0.85 |
| Hex | C2 | F7 | BB | 15 | 0 | 18 | 3 | 71 | 4F | 55 |
| Octal | 302 | 367 | 273 | 25 | 0 | 30 | 3 | 161 | 117 | 125 |
| Binary | 11000010 | 11110111 | 10111011 | 10101 | 0 | 11000 | 11 | 1110001 | 1001111 | 1010101 |
Color Harmonies of #C2F7BB
Complementary color
Monochromatic Colors of #C2F7BB
Black with #C2F7BB
Text Example
Text Example
White with #C2F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7BB; }
p { color: rgb(194,247,187); }
H1.HeaderClassName
{
color: #C2F7BB;
}
.AnyTagClassName
{
color: #C2F7BB;
}
</style>
background-color css
<style>
a { background-color: #C2F7BB; }
a { background-color: rgb(194,247,187); }
div.DivClassName
{
background-color: #C2F7BB;
}
.BgClassName
{
background-color: #C2F7BB;
}
</style>
border-color css
<style>
span { border-color: #C2F7BB; }
span { border-color: rgb(194,247,187); }
td.TdClassName
{
border-color: #C2F7BB;
}
.TagClassName
{
border-color: #C2F7BB;
}
</style>