Shades of Tea Green #C0F4B9
Tints of Tea Green #C0F4B9
RGB
CMYK
RGB Variations
Color information
#C0F4B9 (or 0xC0F4B9) is known color: Tea Green. HEX triplet: C0, F4 and B9. RGB value is (192,244,185). Sum of RGB (Red+Green+Blue) = 192+244+185=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4B9 is #3F0B46. Grayscale: #DDDDDD. Windows color (decimal): -4131655 or 12186816. OLE color: 12186816.
HSL color Cylindrical-coordinate representation of color #C0F4B9: hue angle of 112.88º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F4B9 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 185 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.04 |
| HSL | 112.88º | 0.73% | 0.84% | - |
| HSV(B) | 112.88º | 0.24% | 0.96% | - |
| XYZ | 62.85 | 79.41 | 57.91 | - |
| YUV | 221.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 185 | 0.21 | 0 | 0.24 | 0.04 | 112.88 | 0.73 | 0.84 |
| Hex | C0 | F4 | B9 | 15 | 0 | 18 | 4 | 71 | 49 | 54 |
| Octal | 300 | 364 | 271 | 25 | 0 | 30 | 4 | 161 | 111 | 124 |
| Binary | 11000000 | 11110100 | 10111001 | 10101 | 0 | 11000 | 100 | 1110001 | 1001001 | 1010100 |
Color Harmonies of #C0F4B9
Complementary color
Monochromatic Colors of #C0F4B9
Black with #C0F4B9
Text Example
Text Example
White with #C0F4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4B9; }
p { color: rgb(192,244,185); }
H1.HeaderClassName
{
color: #C0F4B9;
}
.AnyTagClassName
{
color: #C0F4B9;
}
</style>
background-color css
<style>
a { background-color: #C0F4B9; }
a { background-color: rgb(192,244,185); }
div.DivClassName
{
background-color: #C0F4B9;
}
.BgClassName
{
background-color: #C0F4B9;
}
</style>
border-color css
<style>
span { border-color: #C0F4B9; }
span { border-color: rgb(192,244,185); }
td.TdClassName
{
border-color: #C0F4B9;
}
.TagClassName
{
border-color: #C0F4B9;
}
</style>