Shades of Tea Green #C0F7BA
Tints of Tea Green #C0F7BA
RGB
CMYK
RGB Variations
Color information
#C0F7BA (or 0xC0F7BA) is known color: Tea Green. HEX triplet: C0, F7 and BA. RGB value is (192,247,186). Sum of RGB (Red+Green+Blue) = 192+247+186=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7BA is #3F0845. Grayscale: #DFDFDF. Windows color (decimal): -4130886 or 12253120. OLE color: 12253120.
HSL color Cylindrical-coordinate representation of color #C0F7BA: hue angle of 114.1º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0F7BA is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 186 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.03 |
| HSL | 114.1º | 0.79% | 0.85% | - |
| HSV(B) | 114.1º | 0.25% | 0.97% | - |
| XYZ | 63.86 | 81.27 | 58.78 | - |
| YUV | 223.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 186 | 0.22 | 0 | 0.25 | 0.03 | 114.1 | 0.79 | 0.85 |
| Hex | C0 | F7 | BA | 16 | 0 | 19 | 3 | 72 | 4F | 55 |
| Octal | 300 | 367 | 272 | 26 | 0 | 31 | 3 | 162 | 117 | 125 |
| Binary | 11000000 | 11110111 | 10111010 | 10110 | 0 | 11001 | 11 | 1110010 | 1001111 | 1010101 |
Color Harmonies of #C0F7BA
Complementary color
Monochromatic Colors of #C0F7BA
Black with #C0F7BA
Text Example
Text Example
White with #C0F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7BA; }
p { color: rgb(192,247,186); }
H1.HeaderClassName
{
color: #C0F7BA;
}
.AnyTagClassName
{
color: #C0F7BA;
}
</style>
background-color css
<style>
a { background-color: #C0F7BA; }
a { background-color: rgb(192,247,186); }
div.DivClassName
{
background-color: #C0F7BA;
}
.BgClassName
{
background-color: #C0F7BA;
}
</style>
border-color css
<style>
span { border-color: #C0F7BA; }
span { border-color: rgb(192,247,186); }
td.TdClassName
{
border-color: #C0F7BA;
}
.TagClassName
{
border-color: #C0F7BA;
}
</style>