Shades of Tea Green #C0FCB0
Tints of Tea Green #C0FCB0
RGB
CMYK
RGB Variations
Color information
#C0FCB0 (or 0xC0FCB0) is known color: Tea Green. HEX triplet: C0, FC and B0. RGB value is (192,252,176). Sum of RGB (Red+Green+Blue) = 192+252+176=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FCB0 is #3F034F. Grayscale: #E1E1E1. Windows color (decimal): -4129616 or 11599040. OLE color: 11599040.
HSL color Cylindrical-coordinate representation of color #C0FCB0: hue angle of 107.37º 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 #C0FCB0 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 176 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.01 |
| HSL | 107.37º | 0.93% | 0.84% | - |
| HSV(B) | 107.37º | 0.3% | 0.99% | - |
| XYZ | 64.39 | 83.96 | 53.89 | - |
| YUV | 225.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 176 | 0.24 | 0 | 0.30 | 0.01 | 107.37 | 0.93 | 0.84 |
| Hex | C0 | FC | B0 | 18 | 0 | 1E | 1 | 6B | 5D | 54 |
| Octal | 300 | 374 | 260 | 30 | 0 | 36 | 1 | 153 | 135 | 124 |
| Binary | 11000000 | 11111100 | 10110000 | 11000 | 0 | 11110 | 1 | 1101011 | 1011101 | 1010100 |
Color Harmonies of #C0FCB0
Complementary color
Monochromatic Colors of #C0FCB0
Black with #C0FCB0
Text Example
Text Example
White with #C0FCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCB0; }
p { color: rgb(192,252,176); }
H1.HeaderClassName
{
color: #C0FCB0;
}
.AnyTagClassName
{
color: #C0FCB0;
}
</style>
background-color css
<style>
a { background-color: #C0FCB0; }
a { background-color: rgb(192,252,176); }
div.DivClassName
{
background-color: #C0FCB0;
}
.BgClassName
{
background-color: #C0FCB0;
}
</style>
border-color css
<style>
span { border-color: #C0FCB0; }
span { border-color: rgb(192,252,176); }
td.TdClassName
{
border-color: #C0FCB0;
}
.TagClassName
{
border-color: #C0FCB0;
}
</style>