Shades of Tea Green #C0FFBF
Tints of Tea Green #C0FFBF
RGB
CMYK
RGB Variations
Color information
#C0FFBF (or 0xC0FFBF) is known color: Tea Green. HEX triplet: C0, FF and BF. RGB value is (192,255,191). Sum of RGB (Red+Green+Blue) = 192+255+191=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFBF is #3F0040. Grayscale: #E5E5E5. Windows color (decimal): -4128833 or 12582848. OLE color: 12582848.
HSL color Cylindrical-coordinate representation of color #C0FFBF: hue angle of 119.06º 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 #C0FFBF is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 191 | - |
| CMYK | 0.25 | 0 | 0.25 | 0 |
| HSL | 119.06º | 1% | 0.87% | - |
| HSV(B) | 119.06º | 0.25% | 1% | - |
| XYZ | 66.9 | 86.49 | 62.46 | - |
| YUV | 228.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 191 | 0.25 | 0 | 0.25 | 0 | 119.06 | 1 | 0.87 |
| Hex | C0 | FF | BF | 19 | 0 | 19 | 0 | 77 | 64 | 57 |
| Octal | 300 | 377 | 277 | 31 | 0 | 31 | 0 | 167 | 144 | 127 |
| Binary | 11000000 | 11111111 | 10111111 | 11001 | 0 | 11001 | 0 | 1110111 | 1100100 | 1010111 |
Color Harmonies of #C0FFBF
Complementary color
Monochromatic Colors of #C0FFBF
Black with #C0FFBF
Text Example
Text Example
White with #C0FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFBF; }
p { color: rgb(192,255,191); }
H1.HeaderClassName
{
color: #C0FFBF;
}
.AnyTagClassName
{
color: #C0FFBF;
}
</style>
background-color css
<style>
a { background-color: #C0FFBF; }
a { background-color: rgb(192,255,191); }
div.DivClassName
{
background-color: #C0FFBF;
}
.BgClassName
{
background-color: #C0FFBF;
}
</style>
border-color css
<style>
span { border-color: #C0FFBF; }
span { border-color: rgb(192,255,191); }
td.TdClassName
{
border-color: #C0FFBF;
}
.TagClassName
{
border-color: #C0FFBF;
}
</style>