Shades of Tea Green #C0FABA
Tints of Tea Green #C0FABA
RGB
CMYK
RGB Variations
Color information
#C0FABA (or 0xC0FABA) is known color: Tea Green. HEX triplet: C0, FA and BA. RGB value is (192,250,186). Sum of RGB (Red+Green+Blue) = 192+250+186=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FABA is #3F0545. Grayscale: #E1E1E1. Windows color (decimal): -4130118 or 12253888. OLE color: 12253888.
HSL color Cylindrical-coordinate representation of color #C0FABA: hue angle of 114.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FABA is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 186 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.02 |
| HSL | 114.38º | 0.86% | 0.85% | - |
| HSV(B) | 114.38º | 0.26% | 0.98% | - |
| XYZ | 64.79 | 83.12 | 59.08 | - |
| YUV | 225.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 186 | 0.23 | 0 | 0.26 | 0.02 | 114.38 | 0.86 | 0.85 |
| Hex | C0 | FA | BA | 17 | 0 | 1A | 2 | 72 | 56 | 55 |
| Octal | 300 | 372 | 272 | 27 | 0 | 32 | 2 | 162 | 126 | 125 |
| Binary | 11000000 | 11111010 | 10111010 | 10111 | 0 | 11010 | 10 | 1110010 | 1010110 | 1010101 |
Color Harmonies of #C0FABA
Complementary color
Monochromatic Colors of #C0FABA
Black with #C0FABA
Text Example
Text Example
White with #C0FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FABA; }
p { color: rgb(192,250,186); }
H1.HeaderClassName
{
color: #C0FABA;
}
.AnyTagClassName
{
color: #C0FABA;
}
</style>
background-color css
<style>
a { background-color: #C0FABA; }
a { background-color: rgb(192,250,186); }
div.DivClassName
{
background-color: #C0FABA;
}
.BgClassName
{
background-color: #C0FABA;
}
</style>
border-color css
<style>
span { border-color: #C0FABA; }
span { border-color: rgb(192,250,186); }
td.TdClassName
{
border-color: #C0FABA;
}
.TagClassName
{
border-color: #C0FABA;
}
</style>