Shades of Tea Green #C0FEB6
Tints of Tea Green #C0FEB6
RGB
CMYK
RGB Variations
Color information
#C0FEB6 (or 0xC0FEB6) is known color: Tea Green. HEX triplet: C0, FE and B6. RGB value is (192,254,182). Sum of RGB (Red+Green+Blue) = 192+254+182=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEB6 is #3F0149. Grayscale: #E3E3E3. Windows color (decimal): -4129098 or 11992768. OLE color: 11992768.
HSL color Cylindrical-coordinate representation of color #C0FEB6: hue angle of 111.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0FEB6 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 182 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.00 |
| HSL | 111.67º | 0.97% | 0.85% | - |
| HSV(B) | 111.67º | 0.28% | 1% | - |
| XYZ | 65.62 | 85.47 | 57.29 | - |
| YUV | 227.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 182 | 0.24 | 0 | 0.28 | 0.00 | 111.67 | 0.97 | 0.85 |
| Hex | C0 | FE | B6 | 18 | 0 | 1C | 0 | 70 | 61 | 55 |
| Octal | 300 | 376 | 266 | 30 | 0 | 34 | 0 | 160 | 141 | 125 |
| Binary | 11000000 | 11111110 | 10110110 | 11000 | 0 | 11100 | 0 | 1110000 | 1100001 | 1010101 |
Color Harmonies of #C0FEB6
Complementary color
Monochromatic Colors of #C0FEB6
Black with #C0FEB6
Text Example
Text Example
White with #C0FEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEB6; }
p { color: rgb(192,254,182); }
H1.HeaderClassName
{
color: #C0FEB6;
}
.AnyTagClassName
{
color: #C0FEB6;
}
</style>
background-color css
<style>
a { background-color: #C0FEB6; }
a { background-color: rgb(192,254,182); }
div.DivClassName
{
background-color: #C0FEB6;
}
.BgClassName
{
background-color: #C0FEB6;
}
</style>
border-color css
<style>
span { border-color: #C0FEB6; }
span { border-color: rgb(192,254,182); }
td.TdClassName
{
border-color: #C0FEB6;
}
.TagClassName
{
border-color: #C0FEB6;
}
</style>