Shades of Tea Green #C2FDAE
Tints of Tea Green #C2FDAE
RGB
CMYK
RGB Variations
Color information
#C2FDAE (or 0xC2FDAE) is known color: Tea Green. HEX triplet: C2, FD and AE. RGB value is (194,253,174). Sum of RGB (Red+Green+Blue) = 194+253+174=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FDAE is #3D0251. Grayscale: #E2E2E2. Windows color (decimal): -3998290 or 11468226. OLE color: 11468226.
HSL color Cylindrical-coordinate representation of color #C2FDAE: hue angle of 104.81º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2FDAE is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 174 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.01 |
| HSL | 104.81º | 0.95% | 0.84% | - |
| HSV(B) | 104.81º | 0.31% | 0.99% | - |
| XYZ | 65.01 | 84.78 | 52.98 | - |
| YUV | 226.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 174 | 0.23 | 0 | 0.31 | 0.01 | 104.81 | 0.95 | 0.84 |
| Hex | C2 | FD | AE | 17 | 0 | 1F | 1 | 69 | 5F | 54 |
| Octal | 302 | 375 | 256 | 27 | 0 | 37 | 1 | 151 | 137 | 124 |
| Binary | 11000010 | 11111101 | 10101110 | 10111 | 0 | 11111 | 1 | 1101001 | 1011111 | 1010100 |
Color Harmonies of #C2FDAE
Complementary color
Monochromatic Colors of #C2FDAE
Black with #C2FDAE
Text Example
Text Example
White with #C2FDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDAE; }
p { color: rgb(194,253,174); }
H1.HeaderClassName
{
color: #C2FDAE;
}
.AnyTagClassName
{
color: #C2FDAE;
}
</style>
background-color css
<style>
a { background-color: #C2FDAE; }
a { background-color: rgb(194,253,174); }
div.DivClassName
{
background-color: #C2FDAE;
}
.BgClassName
{
background-color: #C2FDAE;
}
</style>
border-color css
<style>
span { border-color: #C2FDAE; }
span { border-color: rgb(194,253,174); }
td.TdClassName
{
border-color: #C2FDAE;
}
.TagClassName
{
border-color: #C2FDAE;
}
</style>