Shades of Tea Green #C2F0BC
Tints of Tea Green #C2F0BC
RGB
CMYK
RGB Variations
Color information
#C2F0BC (or 0xC2F0BC) is known color: Tea Green. HEX triplet: C2, F0 and BC. RGB value is (194,240,188). Sum of RGB (Red+Green+Blue) = 194+240+188=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0BC is #3D0F43. Grayscale: #DCDCDC. Windows color (decimal): -4001604 or 12382402. OLE color: 12382402.
HSL color Cylindrical-coordinate representation of color #C2F0BC: hue angle of 113.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F0BC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 188 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.06 |
| HSL | 113.08º | 0.63% | 0.84% | - |
| HSV(B) | 113.08º | 0.22% | 0.94% | - |
| XYZ | 62.49 | 77.42 | 59.23 | - |
| YUV | 220.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 188 | 0.19 | 0 | 0.22 | 0.06 | 113.08 | 0.63 | 0.84 |
| Hex | C2 | F0 | BC | 13 | 0 | 16 | 6 | 71 | 3F | 54 |
| Octal | 302 | 360 | 274 | 23 | 0 | 26 | 6 | 161 | 77 | 124 |
| Binary | 11000010 | 11110000 | 10111100 | 10011 | 0 | 10110 | 110 | 1110001 | 111111 | 1010100 |
Color Harmonies of #C2F0BC
Complementary color
Monochromatic Colors of #C2F0BC
Black with #C2F0BC
Text Example
Text Example
White with #C2F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F0BC; }
p { color: rgb(194,240,188); }
H1.HeaderClassName
{
color: #C2F0BC;
}
.AnyTagClassName
{
color: #C2F0BC;
}
</style>
background-color css
<style>
a { background-color: #C2F0BC; }
a { background-color: rgb(194,240,188); }
div.DivClassName
{
background-color: #C2F0BC;
}
.BgClassName
{
background-color: #C2F0BC;
}
</style>
border-color css
<style>
span { border-color: #C2F0BC; }
span { border-color: rgb(194,240,188); }
td.TdClassName
{
border-color: #C2F0BC;
}
.TagClassName
{
border-color: #C2F0BC;
}
</style>