Shades of Tea Green #C0F7BC
Tints of Tea Green #C0F7BC
RGB
CMYK
RGB Variations
Color information
#C0F7BC (or 0xC0F7BC) is known color: Tea Green. HEX triplet: C0, F7 and BC. RGB value is (192,247,188). Sum of RGB (Red+Green+Blue) = 192+247+188=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7BC is #3F0843. Grayscale: #E0E0E0. Windows color (decimal): -4130884 or 12384192. OLE color: 12384192.
HSL color Cylindrical-coordinate representation of color #C0F7BC: hue angle of 115.93º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F7BC is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 188 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.03 |
| HSL | 115.93º | 0.79% | 0.85% | - |
| HSV(B) | 115.93º | 0.24% | 0.97% | - |
| XYZ | 64.08 | 81.36 | 59.9 | - |
| YUV | 223.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 188 | 0.22 | 0 | 0.24 | 0.03 | 115.93 | 0.79 | 0.85 |
| Hex | C0 | F7 | BC | 16 | 0 | 18 | 3 | 74 | 4F | 55 |
| Octal | 300 | 367 | 274 | 26 | 0 | 30 | 3 | 164 | 117 | 125 |
| Binary | 11000000 | 11110111 | 10111100 | 10110 | 0 | 11000 | 11 | 1110100 | 1001111 | 1010101 |
Color Harmonies of #C0F7BC
Complementary color
Monochromatic Colors of #C0F7BC
Black with #C0F7BC
Text Example
Text Example
White with #C0F7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7BC; }
p { color: rgb(192,247,188); }
H1.HeaderClassName
{
color: #C0F7BC;
}
.AnyTagClassName
{
color: #C0F7BC;
}
</style>
background-color css
<style>
a { background-color: #C0F7BC; }
a { background-color: rgb(192,247,188); }
div.DivClassName
{
background-color: #C0F7BC;
}
.BgClassName
{
background-color: #C0F7BC;
}
</style>
border-color css
<style>
span { border-color: #C0F7BC; }
span { border-color: rgb(192,247,188); }
td.TdClassName
{
border-color: #C0F7BC;
}
.TagClassName
{
border-color: #C0F7BC;
}
</style>