Shades of Tea Green #C0F9BE
Tints of Tea Green #C0F9BE
RGB
CMYK
RGB Variations
Color information
#C0F9BE (or 0xC0F9BE) is known color: Tea Green. HEX triplet: C0, F9 and BE. RGB value is (192,249,190). Sum of RGB (Red+Green+Blue) = 192+249+190=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9BE is #3F0641. Grayscale: #E1E1E1. Windows color (decimal): -4130370 or 12515776. OLE color: 12515776.
HSL color Cylindrical-coordinate representation of color #C0F9BE: hue angle of 117.97º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F9BE is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 190 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.02 |
| HSL | 117.97º | 0.83% | 0.86% | - |
| HSV(B) | 117.97º | 0.24% | 0.98% | - |
| XYZ | 64.91 | 82.68 | 61.25 | - |
| YUV | 225.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 190 | 0.23 | 0 | 0.24 | 0.02 | 117.97 | 0.83 | 0.86 |
| Hex | C0 | F9 | BE | 17 | 0 | 18 | 2 | 76 | 53 | 56 |
| Octal | 300 | 371 | 276 | 27 | 0 | 30 | 2 | 166 | 123 | 126 |
| Binary | 11000000 | 11111001 | 10111110 | 10111 | 0 | 11000 | 10 | 1110110 | 1010011 | 1010110 |
Color Harmonies of #C0F9BE
Complementary color
Monochromatic Colors of #C0F9BE
Black with #C0F9BE
Text Example
Text Example
White with #C0F9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9BE; }
p { color: rgb(192,249,190); }
H1.HeaderClassName
{
color: #C0F9BE;
}
.AnyTagClassName
{
color: #C0F9BE;
}
</style>
background-color css
<style>
a { background-color: #C0F9BE; }
a { background-color: rgb(192,249,190); }
div.DivClassName
{
background-color: #C0F9BE;
}
.BgClassName
{
background-color: #C0F9BE;
}
</style>
border-color css
<style>
span { border-color: #C0F9BE; }
span { border-color: rgb(192,249,190); }
td.TdClassName
{
border-color: #C0F9BE;
}
.TagClassName
{
border-color: #C0F9BE;
}
</style>