Shades of Tea Green #C2FABF
Tints of Tea Green #C2FABF
RGB
CMYK
RGB Variations
Color information
#C2FABF (or 0xC2FABF) is known color: Tea Green. HEX triplet: C2, FA and BF. RGB value is (194,250,191). Sum of RGB (Red+Green+Blue) = 194+250+191=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FABF is #3D0540. Grayscale: #E2E2E2. Windows color (decimal): -3999041 or 12581570. OLE color: 12581570.
HSL color Cylindrical-coordinate representation of color #C2FABF: hue angle of 116.95º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FABF is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 191 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.02 |
| HSL | 116.95º | 0.86% | 0.86% | - |
| HSV(B) | 116.95º | 0.24% | 0.98% | - |
| XYZ | 65.84 | 83.6 | 61.96 | - |
| YUV | 226.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 191 | 0.22 | 0 | 0.24 | 0.02 | 116.95 | 0.86 | 0.86 |
| Hex | C2 | FA | BF | 16 | 0 | 18 | 2 | 75 | 56 | 56 |
| Octal | 302 | 372 | 277 | 26 | 0 | 30 | 2 | 165 | 126 | 126 |
| Binary | 11000010 | 11111010 | 10111111 | 10110 | 0 | 11000 | 10 | 1110101 | 1010110 | 1010110 |
Color Harmonies of #C2FABF
Complementary color
Monochromatic Colors of #C2FABF
Black with #C2FABF
Text Example
Text Example
White with #C2FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FABF; }
p { color: rgb(194,250,191); }
H1.HeaderClassName
{
color: #C2FABF;
}
.AnyTagClassName
{
color: #C2FABF;
}
</style>
background-color css
<style>
a { background-color: #C2FABF; }
a { background-color: rgb(194,250,191); }
div.DivClassName
{
background-color: #C2FABF;
}
.BgClassName
{
background-color: #C2FABF;
}
</style>
border-color css
<style>
span { border-color: #C2FABF; }
span { border-color: rgb(194,250,191); }
td.TdClassName
{
border-color: #C2FABF;
}
.TagClassName
{
border-color: #C2FABF;
}
</style>