Shades of Tea Green #C0F0BC
Tints of Tea Green #C0F0BC
RGB
CMYK
RGB Variations
Color information
#C0F0BC (or 0xC0F0BC) is known color: Tea Green. HEX triplet: C0, F0 and BC. RGB value is (192,240,188). Sum of RGB (Red+Green+Blue) = 192+240+188=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0BC is #3F0F43. Grayscale: #DBDBDB. Windows color (decimal): -4132676 or 12382400. OLE color: 12382400.
HSL color Cylindrical-coordinate representation of color #C0F0BC: hue angle of 115.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F0BC is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 188 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.06 |
| HSL | 115.38º | 0.63% | 0.84% | - |
| HSV(B) | 115.38º | 0.22% | 0.94% | - |
| XYZ | 61.98 | 77.16 | 59.2 | - |
| YUV | 219.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 188 | 0.20 | 0 | 0.22 | 0.06 | 115.38 | 0.63 | 0.84 |
| Hex | C0 | F0 | BC | 14 | 0 | 16 | 6 | 73 | 3F | 54 |
| Octal | 300 | 360 | 274 | 24 | 0 | 26 | 6 | 163 | 77 | 124 |
| Binary | 11000000 | 11110000 | 10111100 | 10100 | 0 | 10110 | 110 | 1110011 | 111111 | 1010100 |
Color Harmonies of #C0F0BC
Complementary color
Monochromatic Colors of #C0F0BC
Black with #C0F0BC
Text Example
Text Example
White with #C0F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0BC; }
p { color: rgb(192,240,188); }
H1.HeaderClassName
{
color: #C0F0BC;
}
.AnyTagClassName
{
color: #C0F0BC;
}
</style>
background-color css
<style>
a { background-color: #C0F0BC; }
a { background-color: rgb(192,240,188); }
div.DivClassName
{
background-color: #C0F0BC;
}
.BgClassName
{
background-color: #C0F0BC;
}
</style>
border-color css
<style>
span { border-color: #C0F0BC; }
span { border-color: rgb(192,240,188); }
td.TdClassName
{
border-color: #C0F0BC;
}
.TagClassName
{
border-color: #C0F0BC;
}
</style>