Shades of Tea Green #C0F3BA
Tints of Tea Green #C0F3BA
RGB
CMYK
RGB Variations
Color information
#C0F3BA (or 0xC0F3BA) is known color: Tea Green. HEX triplet: C0, F3 and BA. RGB value is (192,243,186). Sum of RGB (Red+Green+Blue) = 192+243+186=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3BA is #3F0C45. Grayscale: #DDDDDD. Windows color (decimal): -4131910 or 12252096. OLE color: 12252096.
HSL color Cylindrical-coordinate representation of color #C0F3BA: hue angle of 113.68º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F3BA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 186 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.05 |
| HSL | 113.68º | 0.7% | 0.84% | - |
| HSV(B) | 113.68º | 0.23% | 0.95% | - |
| XYZ | 62.65 | 78.85 | 58.37 | - |
| YUV | 221.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 186 | 0.21 | 0 | 0.23 | 0.05 | 113.68 | 0.7 | 0.84 |
| Hex | C0 | F3 | BA | 15 | 0 | 17 | 5 | 72 | 46 | 54 |
| Octal | 300 | 363 | 272 | 25 | 0 | 27 | 5 | 162 | 106 | 124 |
| Binary | 11000000 | 11110011 | 10111010 | 10101 | 0 | 10111 | 101 | 1110010 | 1000110 | 1010100 |
Color Harmonies of #C0F3BA
Complementary color
Monochromatic Colors of #C0F3BA
Black with #C0F3BA
Text Example
Text Example
White with #C0F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3BA; }
p { color: rgb(192,243,186); }
H1.HeaderClassName
{
color: #C0F3BA;
}
.AnyTagClassName
{
color: #C0F3BA;
}
</style>
background-color css
<style>
a { background-color: #C0F3BA; }
a { background-color: rgb(192,243,186); }
div.DivClassName
{
background-color: #C0F3BA;
}
.BgClassName
{
background-color: #C0F3BA;
}
</style>
border-color css
<style>
span { border-color: #C0F3BA; }
span { border-color: rgb(192,243,186); }
td.TdClassName
{
border-color: #C0F3BA;
}
.TagClassName
{
border-color: #C0F3BA;
}
</style>