Shades of Tea Green #C3FAAF
Tints of Tea Green #C3FAAF
RGB
CMYK
RGB Variations
Color information
#C3FAAF (or 0xC3FAAF) is known color: Tea Green. HEX triplet: C3, FA and AF. RGB value is (195,250,175). Sum of RGB (Red+Green+Blue) = 195+250+175=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FAAF is #3C0550. Grayscale: #E1E1E1. Windows color (decimal): -3933521 or 11532995. OLE color: 11532995.
HSL color Cylindrical-coordinate representation of color #C3FAAF: hue angle of 104º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3FAAF is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 175 | - |
| CMYK | 0.22 | 0 | 0.3 | 0.02 |
| HSL | 104º | 0.88% | 0.83% | - |
| HSV(B) | 104º | 0.3% | 0.98% | - |
| XYZ | 64.43 | 83.07 | 53.2 | - |
| YUV | 225.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 175 | 0.22 | 0 | 0.3 | 0.02 | 104 | 0.88 | 0.83 |
| Hex | C3 | FA | AF | 16 | 0 | 1E | 2 | 68 | 58 | 53 |
| Octal | 303 | 372 | 257 | 26 | 0 | 36 | 2 | 150 | 130 | 123 |
| Binary | 11000011 | 11111010 | 10101111 | 10110 | 0 | 11110 | 10 | 1101000 | 1011000 | 1010011 |
Color Harmonies of #C3FAAF
Complementary color
Monochromatic Colors of #C3FAAF
Black with #C3FAAF
Text Example
Text Example
White with #C3FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FAAF; }
p { color: rgb(195,250,175); }
H1.HeaderClassName
{
color: #C3FAAF;
}
.AnyTagClassName
{
color: #C3FAAF;
}
</style>
background-color css
<style>
a { background-color: #C3FAAF; }
a { background-color: rgb(195,250,175); }
div.DivClassName
{
background-color: #C3FAAF;
}
.BgClassName
{
background-color: #C3FAAF;
}
</style>
border-color css
<style>
span { border-color: #C3FAAF; }
span { border-color: rgb(195,250,175); }
td.TdClassName
{
border-color: #C3FAAF;
}
.TagClassName
{
border-color: #C3FAAF;
}
</style>