Shades of Tea Green #C3F5BA
Tints of Tea Green #C3F5BA
RGB
CMYK
RGB Variations
Color information
#C3F5BA (or 0xC3F5BA) is known color: Tea Green. HEX triplet: C3, F5 and BA. RGB value is (195,245,186). Sum of RGB (Red+Green+Blue) = 195+245+186=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #C3F5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F5BA is #3C0A45. Grayscale: #DFDFDF. Windows color (decimal): -3934790 or 12252611. OLE color: 12252611.
HSL color Cylindrical-coordinate representation of color #C3F5BA: hue angle of 110.85º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3F5BA is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 245 | 186 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.04 |
| HSL | 110.85º | 0.75% | 0.85% | - |
| HSV(B) | 110.85º | 0.24% | 0.96% | - |
| XYZ | 64.02 | 80.45 | 58.61 | - |
| YUV | 223.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 245 | 186 | 0.20 | 0 | 0.24 | 0.04 | 110.85 | 0.75 | 0.85 |
| Hex | C3 | F5 | BA | 14 | 0 | 18 | 4 | 6F | 4B | 55 |
| Octal | 303 | 365 | 272 | 24 | 0 | 30 | 4 | 157 | 113 | 125 |
| Binary | 11000011 | 11110101 | 10111010 | 10100 | 0 | 11000 | 100 | 1101111 | 1001011 | 1010101 |
Color Harmonies of #C3F5BA
Complementary color
Monochromatic Colors of #C3F5BA
Black with #C3F5BA
Text Example
Text Example
White with #C3F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F5BA; }
p { color: rgb(195,245,186); }
H1.HeaderClassName
{
color: #C3F5BA;
}
.AnyTagClassName
{
color: #C3F5BA;
}
</style>
background-color css
<style>
a { background-color: #C3F5BA; }
a { background-color: rgb(195,245,186); }
div.DivClassName
{
background-color: #C3F5BA;
}
.BgClassName
{
background-color: #C3F5BA;
}
</style>
border-color css
<style>
span { border-color: #C3F5BA; }
span { border-color: rgb(195,245,186); }
td.TdClassName
{
border-color: #C3F5BA;
}
.TagClassName
{
border-color: #C3F5BA;
}
</style>