Shades of Tea Green #C2FAAE
Tints of Tea Green #C2FAAE
RGB
CMYK
RGB Variations
Color information
#C2FAAE (or 0xC2FAAE) is known color: Tea Green. HEX triplet: C2, FA and AE. RGB value is (194,250,174). Sum of RGB (Red+Green+Blue) = 194+250+174=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FAAE is #3D0551. Grayscale: #E0E0E0. Windows color (decimal): -3999058 or 11467458. OLE color: 11467458.
HSL color Cylindrical-coordinate representation of color #C2FAAE: hue angle of 104.21º 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 #C2FAAE is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 174 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.02 |
| HSL | 104.21º | 0.88% | 0.83% | - |
| HSV(B) | 104.21º | 0.3% | 0.98% | - |
| XYZ | 64.07 | 82.9 | 52.67 | - |
| YUV | 224.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 174 | 0.22 | 0 | 0.30 | 0.02 | 104.21 | 0.88 | 0.83 |
| Hex | C2 | FA | AE | 16 | 0 | 1E | 2 | 68 | 58 | 53 |
| Octal | 302 | 372 | 256 | 26 | 0 | 36 | 2 | 150 | 130 | 123 |
| Binary | 11000010 | 11111010 | 10101110 | 10110 | 0 | 11110 | 10 | 1101000 | 1011000 | 1010011 |
Color Harmonies of #C2FAAE
Complementary color
Monochromatic Colors of #C2FAAE
Black with #C2FAAE
Text Example
Text Example
White with #C2FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAAE; }
p { color: rgb(194,250,174); }
H1.HeaderClassName
{
color: #C2FAAE;
}
.AnyTagClassName
{
color: #C2FAAE;
}
</style>
background-color css
<style>
a { background-color: #C2FAAE; }
a { background-color: rgb(194,250,174); }
div.DivClassName
{
background-color: #C2FAAE;
}
.BgClassName
{
background-color: #C2FAAE;
}
</style>
border-color css
<style>
span { border-color: #C2FAAE; }
span { border-color: rgb(194,250,174); }
td.TdClassName
{
border-color: #C2FAAE;
}
.TagClassName
{
border-color: #C2FAAE;
}
</style>