Shades of Tea Green #C2FAB5
Tints of Tea Green #C2FAB5
RGB
CMYK
RGB Variations
Color information
#C2FAB5 (or 0xC2FAB5) is known color: Tea Green. HEX triplet: C2, FA and B5. RGB value is (194,250,181). Sum of RGB (Red+Green+Blue) = 194+250+181=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAB5 is #3D054A. Grayscale: #E1E1E1. Windows color (decimal): -3999051 or 11926210. OLE color: 11926210.
HSL color Cylindrical-coordinate representation of color #C2FAB5: hue angle of 108.7º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2FAB5 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 181 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.02 |
| HSL | 108.7º | 0.87% | 0.85% | - |
| HSV(B) | 108.7º | 0.28% | 0.98% | - |
| XYZ | 64.77 | 83.18 | 56.36 | - |
| YUV | 225.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 181 | 0.22 | 0 | 0.28 | 0.02 | 108.7 | 0.87 | 0.85 |
| Hex | C2 | FA | B5 | 16 | 0 | 1C | 2 | 6D | 57 | 55 |
| Octal | 302 | 372 | 265 | 26 | 0 | 34 | 2 | 155 | 127 | 125 |
| Binary | 11000010 | 11111010 | 10110101 | 10110 | 0 | 11100 | 10 | 1101101 | 1010111 | 1010101 |
Color Harmonies of #C2FAB5
Complementary color
Monochromatic Colors of #C2FAB5
Black with #C2FAB5
Text Example
Text Example
White with #C2FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAB5; }
p { color: rgb(194,250,181); }
H1.HeaderClassName
{
color: #C2FAB5;
}
.AnyTagClassName
{
color: #C2FAB5;
}
</style>
background-color css
<style>
a { background-color: #C2FAB5; }
a { background-color: rgb(194,250,181); }
div.DivClassName
{
background-color: #C2FAB5;
}
.BgClassName
{
background-color: #C2FAB5;
}
</style>
border-color css
<style>
span { border-color: #C2FAB5; }
span { border-color: rgb(194,250,181); }
td.TdClassName
{
border-color: #C2FAB5;
}
.TagClassName
{
border-color: #C2FAB5;
}
</style>