Shades of Tea Green #C0FFBC
Tints of Tea Green #C0FFBC
RGB
CMYK
RGB Variations
Color information
#C0FFBC (or 0xC0FFBC) is known color: Tea Green. HEX triplet: C0, FF and BC. RGB value is (192,255,188). Sum of RGB (Red+Green+Blue) = 192+255+188=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFBC is #3F0043. Grayscale: #E4E4E4. Windows color (decimal): -4128836 or 12386240. OLE color: 12386240.
HSL color Cylindrical-coordinate representation of color #C0FFBC: hue angle of 116.42º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FFBC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 188 | - |
| CMYK | 0.25 | 0 | 0.26 | 0 |
| HSL | 116.42º | 1% | 0.87% | - |
| HSV(B) | 116.42º | 0.26% | 1% | - |
| XYZ | 66.58 | 86.36 | 60.74 | - |
| YUV | 228.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 188 | 0.25 | 0 | 0.26 | 0 | 116.42 | 1 | 0.87 |
| Hex | C0 | FF | BC | 19 | 0 | 1A | 0 | 74 | 64 | 57 |
| Octal | 300 | 377 | 274 | 31 | 0 | 32 | 0 | 164 | 144 | 127 |
| Binary | 11000000 | 11111111 | 10111100 | 11001 | 0 | 11010 | 0 | 1110100 | 1100100 | 1010111 |
Color Harmonies of #C0FFBC
Complementary color
Monochromatic Colors of #C0FFBC
Black with #C0FFBC
Text Example
Text Example
White with #C0FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFBC; }
p { color: rgb(192,255,188); }
H1.HeaderClassName
{
color: #C0FFBC;
}
.AnyTagClassName
{
color: #C0FFBC;
}
</style>
background-color css
<style>
a { background-color: #C0FFBC; }
a { background-color: rgb(192,255,188); }
div.DivClassName
{
background-color: #C0FFBC;
}
.BgClassName
{
background-color: #C0FFBC;
}
</style>
border-color css
<style>
span { border-color: #C0FFBC; }
span { border-color: rgb(192,255,188); }
td.TdClassName
{
border-color: #C0FFBC;
}
.TagClassName
{
border-color: #C0FFBC;
}
</style>