Shades of Tea Green #C2FAB4
Tints of Tea Green #C2FAB4
RGB
CMYK
RGB Variations
Color information
#C2FAB4 (or 0xC2FAB4) is known color: Tea Green. HEX triplet: C2, FA and B4. RGB value is (194,250,180). Sum of RGB (Red+Green+Blue) = 194+250+180=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAB4 is #3D054B. Grayscale: #E1E1E1. Windows color (decimal): -3999052 or 11860674. OLE color: 11860674.
HSL color Cylindrical-coordinate representation of color #C2FAB4: hue angle of 108º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2FAB4 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 180 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.02 |
| HSL | 108º | 0.88% | 0.84% | - |
| HSV(B) | 108º | 0.28% | 0.98% | - |
| XYZ | 64.67 | 83.14 | 55.82 | - |
| YUV | 225.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 180 | 0.22 | 0 | 0.28 | 0.02 | 108 | 0.88 | 0.84 |
| Hex | C2 | FA | B4 | 16 | 0 | 1C | 2 | 6C | 58 | 54 |
| Octal | 302 | 372 | 264 | 26 | 0 | 34 | 2 | 154 | 130 | 124 |
| Binary | 11000010 | 11111010 | 10110100 | 10110 | 0 | 11100 | 10 | 1101100 | 1011000 | 1010100 |
Color Harmonies of #C2FAB4
Complementary color
Monochromatic Colors of #C2FAB4
Black with #C2FAB4
Text Example
Text Example
White with #C2FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAB4; }
p { color: rgb(194,250,180); }
H1.HeaderClassName
{
color: #C2FAB4;
}
.AnyTagClassName
{
color: #C2FAB4;
}
</style>
background-color css
<style>
a { background-color: #C2FAB4; }
a { background-color: rgb(194,250,180); }
div.DivClassName
{
background-color: #C2FAB4;
}
.BgClassName
{
background-color: #C2FAB4;
}
</style>
border-color css
<style>
span { border-color: #C2FAB4; }
span { border-color: rgb(194,250,180); }
td.TdClassName
{
border-color: #C2FAB4;
}
.TagClassName
{
border-color: #C2FAB4;
}
</style>