Shades of Tea Green #C0FEBE
Tints of Tea Green #C0FEBE
RGB
CMYK
RGB Variations
Color information
#C0FEBE (or 0xC0FEBE) is known color: Tea Green. HEX triplet: C0, FE and BE. RGB value is (192,254,190). Sum of RGB (Red+Green+Blue) = 192+254+190=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEBE is #3F0141. Grayscale: #E4E4E4. Windows color (decimal): -4129090 or 12517056. OLE color: 12517056.
HSL color Cylindrical-coordinate representation of color #C0FEBE: hue angle of 118.12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FEBE is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 190 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.00 |
| HSL | 118.13º | 0.97% | 0.87% | - |
| HSV(B) | 118.13º | 0.25% | 1% | - |
| XYZ | 66.47 | 85.81 | 61.77 | - |
| YUV | 228.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 190 | 0.24 | 0 | 0.25 | 0.00 | 118.13 | 0.97 | 0.87 |
| Hex | C0 | FE | BE | 18 | 0 | 19 | 0 | 76 | 61 | 57 |
| Octal | 300 | 376 | 276 | 30 | 0 | 31 | 0 | 166 | 141 | 127 |
| Binary | 11000000 | 11111110 | 10111110 | 11000 | 0 | 11001 | 0 | 1110110 | 1100001 | 1010111 |
Color Harmonies of #C0FEBE
Complementary color
Monochromatic Colors of #C0FEBE
Black with #C0FEBE
Text Example
Text Example
White with #C0FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEBE; }
p { color: rgb(192,254,190); }
H1.HeaderClassName
{
color: #C0FEBE;
}
.AnyTagClassName
{
color: #C0FEBE;
}
</style>
background-color css
<style>
a { background-color: #C0FEBE; }
a { background-color: rgb(192,254,190); }
div.DivClassName
{
background-color: #C0FEBE;
}
.BgClassName
{
background-color: #C0FEBE;
}
</style>
border-color css
<style>
span { border-color: #C0FEBE; }
span { border-color: rgb(192,254,190); }
td.TdClassName
{
border-color: #C0FEBE;
}
.TagClassName
{
border-color: #C0FEBE;
}
</style>