Shades of Tea Green #C3FFBA
Tints of Tea Green #C3FFBA
RGB
CMYK
RGB Variations
Color information
#C3FFBA (or 0xC3FFBA) is known color: Tea Green. HEX triplet: C3, FF and BA. RGB value is (195,255,186). Sum of RGB (Red+Green+Blue) = 195+255+186=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFBA is #3C0045. Grayscale: #E5E5E5. Windows color (decimal): -3932230 or 12255171. OLE color: 12255171.
HSL color Cylindrical-coordinate representation of color #C3FFBA: hue angle of 112.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3FFBA is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 186 | - |
| CMYK | 0.24 | 0 | 0.27 | 0 |
| HSL | 112.17º | 1% | 0.86% | - |
| HSV(B) | 112.17º | 0.27% | 1% | - |
| XYZ | 67.13 | 86.67 | 59.64 | - |
| YUV | 229.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 186 | 0.24 | 0 | 0.27 | 0 | 112.17 | 1 | 0.86 |
| Hex | C3 | FF | BA | 18 | 0 | 1B | 0 | 70 | 64 | 56 |
| Octal | 303 | 377 | 272 | 30 | 0 | 33 | 0 | 160 | 144 | 126 |
| Binary | 11000011 | 11111111 | 10111010 | 11000 | 0 | 11011 | 0 | 1110000 | 1100100 | 1010110 |
Color Harmonies of #C3FFBA
Complementary color
Monochromatic Colors of #C3FFBA
Black with #C3FFBA
Text Example
Text Example
White with #C3FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFBA; }
p { color: rgb(195,255,186); }
H1.HeaderClassName
{
color: #C3FFBA;
}
.AnyTagClassName
{
color: #C3FFBA;
}
</style>
background-color css
<style>
a { background-color: #C3FFBA; }
a { background-color: rgb(195,255,186); }
div.DivClassName
{
background-color: #C3FFBA;
}
.BgClassName
{
background-color: #C3FFBA;
}
</style>
border-color css
<style>
span { border-color: #C3FFBA; }
span { border-color: rgb(195,255,186); }
td.TdClassName
{
border-color: #C3FFBA;
}
.TagClassName
{
border-color: #C3FFBA;
}
</style>