Shades of Tea Green #C0FABB
Tints of Tea Green #C0FABB
RGB
CMYK
RGB Variations
Color information
#C0FABB (or 0xC0FABB) is known color: Tea Green. HEX triplet: C0, FA and BB. RGB value is (192,250,187). Sum of RGB (Red+Green+Blue) = 192+250+187=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FABB is #3F0544. Grayscale: #E1E1E1. Windows color (decimal): -4130117 or 12319424. OLE color: 12319424.
HSL color Cylindrical-coordinate representation of color #C0FABB: hue angle of 115.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FABB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 187 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.02 |
| HSL | 115.24º | 0.86% | 0.86% | - |
| HSV(B) | 115.24º | 0.25% | 0.98% | - |
| XYZ | 64.89 | 83.17 | 59.65 | - |
| YUV | 225.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 187 | 0.23 | 0 | 0.25 | 0.02 | 115.24 | 0.86 | 0.86 |
| Hex | C0 | FA | BB | 17 | 0 | 19 | 2 | 73 | 56 | 56 |
| Octal | 300 | 372 | 273 | 27 | 0 | 31 | 2 | 163 | 126 | 126 |
| Binary | 11000000 | 11111010 | 10111011 | 10111 | 0 | 11001 | 10 | 1110011 | 1010110 | 1010110 |
Color Harmonies of #C0FABB
Complementary color
Monochromatic Colors of #C0FABB
Black with #C0FABB
Text Example
Text Example
White with #C0FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FABB; }
p { color: rgb(192,250,187); }
H1.HeaderClassName
{
color: #C0FABB;
}
.AnyTagClassName
{
color: #C0FABB;
}
</style>
background-color css
<style>
a { background-color: #C0FABB; }
a { background-color: rgb(192,250,187); }
div.DivClassName
{
background-color: #C0FABB;
}
.BgClassName
{
background-color: #C0FABB;
}
</style>
border-color css
<style>
span { border-color: #C0FABB; }
span { border-color: rgb(192,250,187); }
td.TdClassName
{
border-color: #C0FABB;
}
.TagClassName
{
border-color: #C0FABB;
}
</style>