Shades of Tea Green #C2FBAF
Tints of Tea Green #C2FBAF
RGB
CMYK
RGB Variations
Color information
#C2FBAF (or 0xC2FBAF) is known color: Tea Green. HEX triplet: C2, FB and AF. RGB value is (194,251,175). Sum of RGB (Red+Green+Blue) = 194+251+175=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FBAF is #3D0450. Grayscale: #E1E1E1. Windows color (decimal): -3998801 or 11533250. OLE color: 11533250.
HSL color Cylindrical-coordinate representation of color #C2FBAF: hue angle of 105º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2FBAF is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 175 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.02 |
| HSL | 105º | 0.9% | 0.84% | - |
| HSV(B) | 105º | 0.3% | 0.98% | - |
| XYZ | 64.48 | 83.56 | 53.29 | - |
| YUV | 225.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 175 | 0.23 | 0 | 0.30 | 0.02 | 105 | 0.9 | 0.84 |
| Hex | C2 | FB | AF | 17 | 0 | 1E | 2 | 69 | 5A | 54 |
| Octal | 302 | 373 | 257 | 27 | 0 | 36 | 2 | 151 | 132 | 124 |
| Binary | 11000010 | 11111011 | 10101111 | 10111 | 0 | 11110 | 10 | 1101001 | 1011010 | 1010100 |
Color Harmonies of #C2FBAF
Complementary color
Monochromatic Colors of #C2FBAF
Black with #C2FBAF
Text Example
Text Example
White with #C2FBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBAF; }
p { color: rgb(194,251,175); }
H1.HeaderClassName
{
color: #C2FBAF;
}
.AnyTagClassName
{
color: #C2FBAF;
}
</style>
background-color css
<style>
a { background-color: #C2FBAF; }
a { background-color: rgb(194,251,175); }
div.DivClassName
{
background-color: #C2FBAF;
}
.BgClassName
{
background-color: #C2FBAF;
}
</style>
border-color css
<style>
span { border-color: #C2FBAF; }
span { border-color: rgb(194,251,175); }
td.TdClassName
{
border-color: #C2FBAF;
}
.TagClassName
{
border-color: #C2FBAF;
}
</style>