Shades of Tea Green #C0FBBA
Tints of Tea Green #C0FBBA
RGB
CMYK
RGB Variations
Color information
#C0FBBA (or 0xC0FBBA) is known color: Tea Green. HEX triplet: C0, FB and BA. RGB value is (192,251,186). Sum of RGB (Red+Green+Blue) = 192+251+186=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBBA is #3F0445. Grayscale: #E2E2E2. Windows color (decimal): -4129862 or 12254144. OLE color: 12254144.
HSL color Cylindrical-coordinate representation of color #C0FBBA: hue angle of 114.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FBBA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 186 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.02 |
| HSL | 114.46º | 0.89% | 0.86% | - |
| HSV(B) | 114.46º | 0.26% | 0.98% | - |
| XYZ | 65.1 | 83.75 | 59.19 | - |
| YUV | 225.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 186 | 0.24 | 0 | 0.26 | 0.02 | 114.46 | 0.89 | 0.86 |
| Hex | C0 | FB | BA | 18 | 0 | 1A | 2 | 72 | 59 | 56 |
| Octal | 300 | 373 | 272 | 30 | 0 | 32 | 2 | 162 | 131 | 126 |
| Binary | 11000000 | 11111011 | 10111010 | 11000 | 0 | 11010 | 10 | 1110010 | 1011001 | 1010110 |
Color Harmonies of #C0FBBA
Complementary color
Monochromatic Colors of #C0FBBA
Black with #C0FBBA
Text Example
Text Example
White with #C0FBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBBA; }
p { color: rgb(192,251,186); }
H1.HeaderClassName
{
color: #C0FBBA;
}
.AnyTagClassName
{
color: #C0FBBA;
}
</style>
background-color css
<style>
a { background-color: #C0FBBA; }
a { background-color: rgb(192,251,186); }
div.DivClassName
{
background-color: #C0FBBA;
}
.BgClassName
{
background-color: #C0FBBA;
}
</style>
border-color css
<style>
span { border-color: #C0FBBA; }
span { border-color: rgb(192,251,186); }
td.TdClassName
{
border-color: #C0FBBA;
}
.TagClassName
{
border-color: #C0FBBA;
}
</style>