Shades of Tea Green #C0F1BA
Tints of Tea Green #C0F1BA
RGB
CMYK
RGB Variations
Color information
#C0F1BA (or 0xC0F1BA) is known color: Tea Green. HEX triplet: C0, F1 and BA. RGB value is (192,241,186). Sum of RGB (Red+Green+Blue) = 192+241+186=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1BA is #3F0E45. Grayscale: #DCDCDC. Windows color (decimal): -4132422 or 12251584. OLE color: 12251584.
HSL color Cylindrical-coordinate representation of color #C0F1BA: hue angle of 113.45º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F1BA is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 186 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.05 |
| HSL | 113.45º | 0.66% | 0.84% | - |
| HSV(B) | 113.45º | 0.23% | 0.95% | - |
| XYZ | 62.06 | 77.66 | 58.17 | - |
| YUV | 220.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 186 | 0.20 | 0 | 0.23 | 0.05 | 113.45 | 0.66 | 0.84 |
| Hex | C0 | F1 | BA | 14 | 0 | 17 | 5 | 71 | 42 | 54 |
| Octal | 300 | 361 | 272 | 24 | 0 | 27 | 5 | 161 | 102 | 124 |
| Binary | 11000000 | 11110001 | 10111010 | 10100 | 0 | 10111 | 101 | 1110001 | 1000010 | 1010100 |
Color Harmonies of #C0F1BA
Complementary color
Monochromatic Colors of #C0F1BA
Black with #C0F1BA
Text Example
Text Example
White with #C0F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1BA; }
p { color: rgb(192,241,186); }
H1.HeaderClassName
{
color: #C0F1BA;
}
.AnyTagClassName
{
color: #C0F1BA;
}
</style>
background-color css
<style>
a { background-color: #C0F1BA; }
a { background-color: rgb(192,241,186); }
div.DivClassName
{
background-color: #C0F1BA;
}
.BgClassName
{
background-color: #C0F1BA;
}
</style>
border-color css
<style>
span { border-color: #C0F1BA; }
span { border-color: rgb(192,241,186); }
td.TdClassName
{
border-color: #C0F1BA;
}
.TagClassName
{
border-color: #C0F1BA;
}
</style>