Shades of Tea Green #C0FCB1
Tints of Tea Green #C0FCB1
RGB
CMYK
RGB Variations
Color information
#C0FCB1 (or 0xC0FCB1) is known color: Tea Green. HEX triplet: C0, FC and B1. RGB value is (192,252,177). Sum of RGB (Red+Green+Blue) = 192+252+177=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FCB1 is #3F034E. Grayscale: #E1E1E1. Windows color (decimal): -4129615 or 11664576. OLE color: 11664576.
HSL color Cylindrical-coordinate representation of color #C0FCB1: hue angle of 108º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0FCB1 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 177 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.01 |
| HSL | 108º | 0.93% | 0.84% | - |
| HSV(B) | 108º | 0.3% | 0.99% | - |
| XYZ | 64.48 | 84 | 54.41 | - |
| YUV | 225.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 177 | 0.24 | 0 | 0.30 | 0.01 | 108 | 0.93 | 0.84 |
| Hex | C0 | FC | B1 | 18 | 0 | 1E | 1 | 6C | 5D | 54 |
| Octal | 300 | 374 | 261 | 30 | 0 | 36 | 1 | 154 | 135 | 124 |
| Binary | 11000000 | 11111100 | 10110001 | 11000 | 0 | 11110 | 1 | 1101100 | 1011101 | 1010100 |
Color Harmonies of #C0FCB1
Complementary color
Monochromatic Colors of #C0FCB1
Black with #C0FCB1
Text Example
Text Example
White with #C0FCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCB1; }
p { color: rgb(192,252,177); }
H1.HeaderClassName
{
color: #C0FCB1;
}
.AnyTagClassName
{
color: #C0FCB1;
}
</style>
background-color css
<style>
a { background-color: #C0FCB1; }
a { background-color: rgb(192,252,177); }
div.DivClassName
{
background-color: #C0FCB1;
}
.BgClassName
{
background-color: #C0FCB1;
}
</style>
border-color css
<style>
span { border-color: #C0FCB1; }
span { border-color: rgb(192,252,177); }
td.TdClassName
{
border-color: #C0FCB1;
}
.TagClassName
{
border-color: #C0FCB1;
}
</style>