Shades of Tea Green #C2F8AF
Tints of Tea Green #C2F8AF
RGB
CMYK
RGB Variations
Color information
#C2F8AF (or 0xC2F8AF) is known color: Tea Green. HEX triplet: C2, F8 and AF. RGB value is (194,248,175). Sum of RGB (Red+Green+Blue) = 194+248+175=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F8AF is #3D0750. Grayscale: #DFDFDF. Windows color (decimal): -3999569 or 11532482. OLE color: 11532482.
HSL color Cylindrical-coordinate representation of color #C2F8AF: hue angle of 104.38º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2F8AF is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 175 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.03 |
| HSL | 104.38º | 0.84% | 0.83% | - |
| HSV(B) | 104.38º | 0.29% | 0.97% | - |
| XYZ | 63.55 | 81.7 | 52.98 | - |
| YUV | 223.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 175 | 0.22 | 0 | 0.29 | 0.03 | 104.38 | 0.84 | 0.83 |
| Hex | C2 | F8 | AF | 16 | 0 | 1D | 3 | 68 | 54 | 53 |
| Octal | 302 | 370 | 257 | 26 | 0 | 35 | 3 | 150 | 124 | 123 |
| Binary | 11000010 | 11111000 | 10101111 | 10110 | 0 | 11101 | 11 | 1101000 | 1010100 | 1010011 |
Color Harmonies of #C2F8AF
Complementary color
Monochromatic Colors of #C2F8AF
Black with #C2F8AF
Text Example
Text Example
White with #C2F8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F8AF; }
p { color: rgb(194,248,175); }
H1.HeaderClassName
{
color: #C2F8AF;
}
.AnyTagClassName
{
color: #C2F8AF;
}
</style>
background-color css
<style>
a { background-color: #C2F8AF; }
a { background-color: rgb(194,248,175); }
div.DivClassName
{
background-color: #C2F8AF;
}
.BgClassName
{
background-color: #C2F8AF;
}
</style>
border-color css
<style>
span { border-color: #C2F8AF; }
span { border-color: rgb(194,248,175); }
td.TdClassName
{
border-color: #C2F8AF;
}
.TagClassName
{
border-color: #C2F8AF;
}
</style>