Shades of Tea Green #C0FEB0
Tints of Tea Green #C0FEB0
RGB
CMYK
RGB Variations
Color information
#C0FEB0 (or 0xC0FEB0) is known color: Tea Green. HEX triplet: C0, FE and B0. RGB value is (192,254,176). Sum of RGB (Red+Green+Blue) = 192+254+176=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FEB0 is #3F014F. Grayscale: #E2E2E2. Windows color (decimal): -4129104 or 11599552. OLE color: 11599552.
HSL color Cylindrical-coordinate representation of color #C0FEB0: hue angle of 107.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0FEB0 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 176 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.00 |
| HSL | 107.69º | 0.98% | 0.84% | - |
| HSV(B) | 107.69º | 0.31% | 1% | - |
| XYZ | 65.02 | 85.22 | 54.1 | - |
| YUV | 226.57 | 99.46 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 176 | 0.24 | 0 | 0.31 | 0.00 | 107.69 | 0.98 | 0.84 |
| Hex | C0 | FE | B0 | 18 | 0 | 1F | 0 | 6C | 62 | 54 |
| Octal | 300 | 376 | 260 | 30 | 0 | 37 | 0 | 154 | 142 | 124 |
| Binary | 11000000 | 11111110 | 10110000 | 11000 | 0 | 11111 | 0 | 1101100 | 1100010 | 1010100 |
Color Harmonies of #C0FEB0
Complementary color
Monochromatic Colors of #C0FEB0
Black with #C0FEB0
Text Example
Text Example
White with #C0FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEB0; }
p { color: rgb(192,254,176); }
H1.HeaderClassName
{
color: #C0FEB0;
}
.AnyTagClassName
{
color: #C0FEB0;
}
</style>
background-color css
<style>
a { background-color: #C0FEB0; }
a { background-color: rgb(192,254,176); }
div.DivClassName
{
background-color: #C0FEB0;
}
.BgClassName
{
background-color: #C0FEB0;
}
</style>
border-color css
<style>
span { border-color: #C0FEB0; }
span { border-color: rgb(192,254,176); }
td.TdClassName
{
border-color: #C0FEB0;
}
.TagClassName
{
border-color: #C0FEB0;
}
</style>