Shades of Tea Green #C0F0BB
Tints of Tea Green #C0F0BB
RGB
CMYK
RGB Variations
Color information
#C0F0BB (or 0xC0F0BB) is known color: Tea Green. HEX triplet: C0, F0 and BB. RGB value is (192,240,187). Sum of RGB (Red+Green+Blue) = 192+240+187=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0BB is #3F0F44. Grayscale: #DBDBDB. Windows color (decimal): -4132677 or 12316864. OLE color: 12316864.
HSL color Cylindrical-coordinate representation of color #C0F0BB: hue angle of 114.34º degrees, saturation: 0.64, 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 #C0F0BB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 187 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.06 |
| HSL | 114.34º | 0.64% | 0.84% | - |
| HSV(B) | 114.34º | 0.22% | 0.94% | - |
| XYZ | 61.87 | 77.11 | 58.64 | - |
| YUV | 219.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 187 | 0.20 | 0 | 0.22 | 0.06 | 114.34 | 0.64 | 0.84 |
| Hex | C0 | F0 | BB | 14 | 0 | 16 | 6 | 72 | 40 | 54 |
| Octal | 300 | 360 | 273 | 24 | 0 | 26 | 6 | 162 | 100 | 124 |
| Binary | 11000000 | 11110000 | 10111011 | 10100 | 0 | 10110 | 110 | 1110010 | 1000000 | 1010100 |
Color Harmonies of #C0F0BB
Complementary color
Monochromatic Colors of #C0F0BB
Black with #C0F0BB
Text Example
Text Example
White with #C0F0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0BB; }
p { color: rgb(192,240,187); }
H1.HeaderClassName
{
color: #C0F0BB;
}
.AnyTagClassName
{
color: #C0F0BB;
}
</style>
background-color css
<style>
a { background-color: #C0F0BB; }
a { background-color: rgb(192,240,187); }
div.DivClassName
{
background-color: #C0F0BB;
}
.BgClassName
{
background-color: #C0F0BB;
}
</style>
border-color css
<style>
span { border-color: #C0F0BB; }
span { border-color: rgb(192,240,187); }
td.TdClassName
{
border-color: #C0F0BB;
}
.TagClassName
{
border-color: #C0F0BB;
}
</style>