Shades of Tea Green #C3FBC0
Tints of Tea Green #C3FBC0
RGB
CMYK
RGB Variations
Color information
#C3FBC0 (or 0xC3FBC0) is known color: Tea Green. HEX triplet: C3, FB and C0. RGB value is (195,251,192). Sum of RGB (Red+Green+Blue) = 195+251+192=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FBC0 is #3C043F. Grayscale: #E3E3E3. Windows color (decimal): -3933248 or 12647363. OLE color: 12647363.
HSL color Cylindrical-coordinate representation of color #C3FBC0: hue angle of 116.95º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FBC0 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 192 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.02 |
| HSL | 116.95º | 0.88% | 0.87% | - |
| HSV(B) | 116.95º | 0.24% | 0.98% | - |
| XYZ | 66.52 | 84.4 | 62.65 | - |
| YUV | 227.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 192 | 0.22 | 0 | 0.24 | 0.02 | 116.95 | 0.88 | 0.87 |
| Hex | C3 | FB | C0 | 16 | 0 | 18 | 2 | 75 | 58 | 57 |
| Octal | 303 | 373 | 300 | 26 | 0 | 30 | 2 | 165 | 130 | 127 |
| Binary | 11000011 | 11111011 | 11000000 | 10110 | 0 | 11000 | 10 | 1110101 | 1011000 | 1010111 |
Color Harmonies of #C3FBC0
Complementary color
Monochromatic Colors of #C3FBC0
Black with #C3FBC0
Text Example
Text Example
White with #C3FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FBC0; }
p { color: rgb(195,251,192); }
H1.HeaderClassName
{
color: #C3FBC0;
}
.AnyTagClassName
{
color: #C3FBC0;
}
</style>
background-color css
<style>
a { background-color: #C3FBC0; }
a { background-color: rgb(195,251,192); }
div.DivClassName
{
background-color: #C3FBC0;
}
.BgClassName
{
background-color: #C3FBC0;
}
</style>
border-color css
<style>
span { border-color: #C3FBC0; }
span { border-color: rgb(195,251,192); }
td.TdClassName
{
border-color: #C3FBC0;
}
.TagClassName
{
border-color: #C3FBC0;
}
</style>