Shades of Tea Green #C0FAB1
Tints of Tea Green #C0FAB1
RGB
CMYK
RGB Variations
Color information
#C0FAB1 (or 0xC0FAB1) is known color: Tea Green. HEX triplet: C0, FA and B1. RGB value is (192,250,177). Sum of RGB (Red+Green+Blue) = 192+250+177=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FAB1 is #3F054E. Grayscale: #E0E0E0. Windows color (decimal): -4130127 or 11664064. OLE color: 11664064.
HSL color Cylindrical-coordinate representation of color #C0FAB1: hue angle of 107.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0FAB1 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 177 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.02 |
| HSL | 107.67º | 0.88% | 0.84% | - |
| HSV(B) | 107.67º | 0.29% | 0.98% | - |
| XYZ | 63.86 | 82.75 | 54.2 | - |
| YUV | 224.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 177 | 0.23 | 0 | 0.29 | 0.02 | 107.67 | 0.88 | 0.84 |
| Hex | C0 | FA | B1 | 17 | 0 | 1D | 2 | 6C | 58 | 54 |
| Octal | 300 | 372 | 261 | 27 | 0 | 35 | 2 | 154 | 130 | 124 |
| Binary | 11000000 | 11111010 | 10110001 | 10111 | 0 | 11101 | 10 | 1101100 | 1011000 | 1010100 |
Color Harmonies of #C0FAB1
Complementary color
Monochromatic Colors of #C0FAB1
Black with #C0FAB1
Text Example
Text Example
White with #C0FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAB1; }
p { color: rgb(192,250,177); }
H1.HeaderClassName
{
color: #C0FAB1;
}
.AnyTagClassName
{
color: #C0FAB1;
}
</style>
background-color css
<style>
a { background-color: #C0FAB1; }
a { background-color: rgb(192,250,177); }
div.DivClassName
{
background-color: #C0FAB1;
}
.BgClassName
{
background-color: #C0FAB1;
}
</style>
border-color css
<style>
span { border-color: #C0FAB1; }
span { border-color: rgb(192,250,177); }
td.TdClassName
{
border-color: #C0FAB1;
}
.TagClassName
{
border-color: #C0FAB1;
}
</style>