Shades of Tea Green #C0F4BB
Tints of Tea Green #C0F4BB
RGB
CMYK
RGB Variations
Color information
#C0F4BB (or 0xC0F4BB) is known color: Tea Green. HEX triplet: C0, F4 and BB. RGB value is (192,244,187). Sum of RGB (Red+Green+Blue) = 192+244+187=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4BB is #3F0B44. Grayscale: #DEDEDE. Windows color (decimal): -4131653 or 12317888. OLE color: 12317888.
HSL color Cylindrical-coordinate representation of color #C0F4BB: hue angle of 114.74º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F4BB is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 187 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.04 |
| HSL | 114.74º | 0.72% | 0.85% | - |
| HSV(B) | 114.74º | 0.23% | 0.96% | - |
| XYZ | 63.06 | 79.5 | 59.03 | - |
| YUV | 221.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 187 | 0.21 | 0 | 0.23 | 0.04 | 114.74 | 0.72 | 0.85 |
| Hex | C0 | F4 | BB | 15 | 0 | 17 | 4 | 73 | 48 | 55 |
| Octal | 300 | 364 | 273 | 25 | 0 | 27 | 4 | 163 | 110 | 125 |
| Binary | 11000000 | 11110100 | 10111011 | 10101 | 0 | 10111 | 100 | 1110011 | 1001000 | 1010101 |
Color Harmonies of #C0F4BB
Complementary color
Monochromatic Colors of #C0F4BB
Black with #C0F4BB
Text Example
Text Example
White with #C0F4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4BB; }
p { color: rgb(192,244,187); }
H1.HeaderClassName
{
color: #C0F4BB;
}
.AnyTagClassName
{
color: #C0F4BB;
}
</style>
background-color css
<style>
a { background-color: #C0F4BB; }
a { background-color: rgb(192,244,187); }
div.DivClassName
{
background-color: #C0F4BB;
}
.BgClassName
{
background-color: #C0F4BB;
}
</style>
border-color css
<style>
span { border-color: #C0F4BB; }
span { border-color: rgb(192,244,187); }
td.TdClassName
{
border-color: #C0F4BB;
}
.TagClassName
{
border-color: #C0F4BB;
}
</style>