Shades of Tea Green #C3FAC1
Tints of Tea Green #C3FAC1
RGB
CMYK
RGB Variations
Color information
#C3FAC1 (or 0xC3FAC1) is known color: Tea Green. HEX triplet: C3, FA and C1. RGB value is (195,250,193). Sum of RGB (Red+Green+Blue) = 195+250+193=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FAC1 is #3C053E. Grayscale: #E3E3E3. Windows color (decimal): -3933503 or 12712643. OLE color: 12712643.
HSL color Cylindrical-coordinate representation of color #C3FAC1: hue angle of 117.89º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FAC1 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 193 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.02 |
| HSL | 117.89º | 0.85% | 0.87% | - |
| HSV(B) | 117.89º | 0.23% | 0.98% | - |
| XYZ | 66.32 | 83.82 | 63.14 | - |
| YUV | 227.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 193 | 0.22 | 0 | 0.23 | 0.02 | 117.89 | 0.85 | 0.87 |
| Hex | C3 | FA | C1 | 16 | 0 | 17 | 2 | 76 | 55 | 57 |
| Octal | 303 | 372 | 301 | 26 | 0 | 27 | 2 | 166 | 125 | 127 |
| Binary | 11000011 | 11111010 | 11000001 | 10110 | 0 | 10111 | 10 | 1110110 | 1010101 | 1010111 |
Color Harmonies of #C3FAC1
Complementary color
Monochromatic Colors of #C3FAC1
Black with #C3FAC1
Text Example
Text Example
White with #C3FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FAC1; }
p { color: rgb(195,250,193); }
H1.HeaderClassName
{
color: #C3FAC1;
}
.AnyTagClassName
{
color: #C3FAC1;
}
</style>
background-color css
<style>
a { background-color: #C3FAC1; }
a { background-color: rgb(195,250,193); }
div.DivClassName
{
background-color: #C3FAC1;
}
.BgClassName
{
background-color: #C3FAC1;
}
</style>
border-color css
<style>
span { border-color: #C3FAC1; }
span { border-color: rgb(195,250,193); }
td.TdClassName
{
border-color: #C3FAC1;
}
.TagClassName
{
border-color: #C3FAC1;
}
</style>