Shades of Tea Green #C0FFBE
Tints of Tea Green #C0FFBE
RGB
CMYK
RGB Variations
Color information
#C0FFBE (or 0xC0FFBE) is known color: Tea Green. HEX triplet: C0, FF and BE. RGB value is (192,255,190). Sum of RGB (Red+Green+Blue) = 192+255+190=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFBE is #3F0041. Grayscale: #E4E4E4. Windows color (decimal): -4128834 or 12517312. OLE color: 12517312.
HSL color Cylindrical-coordinate representation of color #C0FFBE: hue angle of 118.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFBE is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 190 | - |
| CMYK | 0.25 | 0 | 0.25 | 0 |
| HSL | 118.15º | 1% | 0.87% | - |
| HSV(B) | 118.15º | 0.25% | 1% | - |
| XYZ | 66.79 | 86.44 | 61.88 | - |
| YUV | 228.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 190 | 0.25 | 0 | 0.25 | 0 | 118.15 | 1 | 0.87 |
| Hex | C0 | FF | BE | 19 | 0 | 19 | 0 | 76 | 64 | 57 |
| Octal | 300 | 377 | 276 | 31 | 0 | 31 | 0 | 166 | 144 | 127 |
| Binary | 11000000 | 11111111 | 10111110 | 11001 | 0 | 11001 | 0 | 1110110 | 1100100 | 1010111 |
Color Harmonies of #C0FFBE
Complementary color
Monochromatic Colors of #C0FFBE
Black with #C0FFBE
Text Example
Text Example
White with #C0FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFBE; }
p { color: rgb(192,255,190); }
H1.HeaderClassName
{
color: #C0FFBE;
}
.AnyTagClassName
{
color: #C0FFBE;
}
</style>
background-color css
<style>
a { background-color: #C0FFBE; }
a { background-color: rgb(192,255,190); }
div.DivClassName
{
background-color: #C0FFBE;
}
.BgClassName
{
background-color: #C0FFBE;
}
</style>
border-color css
<style>
span { border-color: #C0FFBE; }
span { border-color: rgb(192,255,190); }
td.TdClassName
{
border-color: #C0FFBE;
}
.TagClassName
{
border-color: #C0FFBE;
}
</style>