Shades of Tea Green #C2FAB6
Tints of Tea Green #C2FAB6
RGB
CMYK
RGB Variations
Color information
#C2FAB6 (or 0xC2FAB6) is known color: Tea Green. HEX triplet: C2, FA and B6. RGB value is (194,250,182). Sum of RGB (Red+Green+Blue) = 194+250+182=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAB6 is #3D0549. Grayscale: #E1E1E1. Windows color (decimal): -3999050 or 11991746. OLE color: 11991746.
HSL color Cylindrical-coordinate representation of color #C2FAB6: hue angle of 109.41º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2FAB6 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 182 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.02 |
| HSL | 109.41º | 0.87% | 0.85% | - |
| HSV(B) | 109.41º | 0.27% | 0.98% | - |
| XYZ | 64.88 | 83.22 | 56.9 | - |
| YUV | 225.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 182 | 0.22 | 0 | 0.27 | 0.02 | 109.41 | 0.87 | 0.85 |
| Hex | C2 | FA | B6 | 16 | 0 | 1B | 2 | 6D | 57 | 55 |
| Octal | 302 | 372 | 266 | 26 | 0 | 33 | 2 | 155 | 127 | 125 |
| Binary | 11000010 | 11111010 | 10110110 | 10110 | 0 | 11011 | 10 | 1101101 | 1010111 | 1010101 |
Color Harmonies of #C2FAB6
Complementary color
Monochromatic Colors of #C2FAB6
Black with #C2FAB6
Text Example
Text Example
White with #C2FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAB6; }
p { color: rgb(194,250,182); }
H1.HeaderClassName
{
color: #C2FAB6;
}
.AnyTagClassName
{
color: #C2FAB6;
}
</style>
background-color css
<style>
a { background-color: #C2FAB6; }
a { background-color: rgb(194,250,182); }
div.DivClassName
{
background-color: #C2FAB6;
}
.BgClassName
{
background-color: #C2FAB6;
}
</style>
border-color css
<style>
span { border-color: #C2FAB6; }
span { border-color: rgb(194,250,182); }
td.TdClassName
{
border-color: #C2FAB6;
}
.TagClassName
{
border-color: #C2FAB6;
}
</style>