Shades of Tea Green #C0FFB0
Tints of Tea Green #C0FFB0
RGB
CMYK
RGB Variations
Color information
#C0FFB0 (or 0xC0FFB0) is known color: Tea Green. HEX triplet: C0, FF and B0. RGB value is (192,255,176). Sum of RGB (Red+Green+Blue) = 192+255+176=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFB0 is #3F004F. Grayscale: #E3E3E3. Windows color (decimal): -4128848 or 11599808. OLE color: 11599808.
HSL color Cylindrical-coordinate representation of color #C0FFB0: hue angle of 107.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0FFB0 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 176 | - |
| CMYK | 0.25 | 0 | 0.31 | 0 |
| HSL | 107.85º | 1% | 0.85% | - |
| HSV(B) | 107.85º | 0.31% | 1% | - |
| XYZ | 65.33 | 85.86 | 54.2 | - |
| YUV | 227.16 | 99.13 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 176 | 0.25 | 0 | 0.31 | 0 | 107.85 | 1 | 0.85 |
| Hex | C0 | FF | B0 | 19 | 0 | 1F | 0 | 6C | 64 | 55 |
| Octal | 300 | 377 | 260 | 31 | 0 | 37 | 0 | 154 | 144 | 125 |
| Binary | 11000000 | 11111111 | 10110000 | 11001 | 0 | 11111 | 0 | 1101100 | 1100100 | 1010101 |
Color Harmonies of #C0FFB0
Complementary color
Monochromatic Colors of #C0FFB0
Black with #C0FFB0
Text Example
Text Example
White with #C0FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFB0; }
p { color: rgb(192,255,176); }
H1.HeaderClassName
{
color: #C0FFB0;
}
.AnyTagClassName
{
color: #C0FFB0;
}
</style>
background-color css
<style>
a { background-color: #C0FFB0; }
a { background-color: rgb(192,255,176); }
div.DivClassName
{
background-color: #C0FFB0;
}
.BgClassName
{
background-color: #C0FFB0;
}
</style>
border-color css
<style>
span { border-color: #C0FFB0; }
span { border-color: rgb(192,255,176); }
td.TdClassName
{
border-color: #C0FFB0;
}
.TagClassName
{
border-color: #C0FFB0;
}
</style>