Shades of Tea Green #C0F6BA
Tints of Tea Green #C0F6BA
RGB
CMYK
RGB Variations
Color information
#C0F6BA (or 0xC0F6BA) is known color: Tea Green. HEX triplet: C0, F6 and BA. RGB value is (192,246,186). Sum of RGB (Red+Green+Blue) = 192+246+186=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F6BA is #3F0945. Grayscale: #DFDFDF. Windows color (decimal): -4131142 or 12252864. OLE color: 12252864.
HSL color Cylindrical-coordinate representation of color #C0F6BA: hue angle of 114º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F6BA is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 186 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.04 |
| HSL | 114º | 0.77% | 0.85% | - |
| HSV(B) | 114º | 0.24% | 0.96% | - |
| XYZ | 63.56 | 80.66 | 58.67 | - |
| YUV | 223.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 186 | 0.22 | 0 | 0.24 | 0.04 | 114 | 0.77 | 0.85 |
| Hex | C0 | F6 | BA | 16 | 0 | 18 | 4 | 72 | 4D | 55 |
| Octal | 300 | 366 | 272 | 26 | 0 | 30 | 4 | 162 | 115 | 125 |
| Binary | 11000000 | 11110110 | 10111010 | 10110 | 0 | 11000 | 100 | 1110010 | 1001101 | 1010101 |
Color Harmonies of #C0F6BA
Complementary color
Monochromatic Colors of #C0F6BA
Black with #C0F6BA
Text Example
Text Example
White with #C0F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F6BA; }
p { color: rgb(192,246,186); }
H1.HeaderClassName
{
color: #C0F6BA;
}
.AnyTagClassName
{
color: #C0F6BA;
}
</style>
background-color css
<style>
a { background-color: #C0F6BA; }
a { background-color: rgb(192,246,186); }
div.DivClassName
{
background-color: #C0F6BA;
}
.BgClassName
{
background-color: #C0F6BA;
}
</style>
border-color css
<style>
span { border-color: #C0F6BA; }
span { border-color: rgb(192,246,186); }
td.TdClassName
{
border-color: #C0F6BA;
}
.TagClassName
{
border-color: #C0F6BA;
}
</style>