Shades of Tea Green #C2FDAC
Tints of Tea Green #C2FDAC
RGB
CMYK
RGB Variations
Color information
#C2FDAC (or 0xC2FDAC) is known color: Tea Green. HEX triplet: C2, FD and AC. RGB value is (194,253,172). Sum of RGB (Red+Green+Blue) = 194+253+172=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FDAC is #3D0253. Grayscale: #E2E2E2. Windows color (decimal): -3998292 or 11337154. OLE color: 11337154.
HSL color Cylindrical-coordinate representation of color #C2FDAC: hue angle of 103.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2FDAC is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 253 | 172 | - |
CMYK | 0.23 | 0 | 0.32 | 0.01 |
HSL | 103.7º | 0.95% | 0.83% | - |
HSV(B) | 103.7º | 0.32% | 0.99% | - |
XYZ | 64.82 | 84.7 | 51.96 | - |
YUV | 226.13 | 97.45 | 105.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 253 | 172 | 0.23 | 0 | 0.32 | 0.01 | 103.7 | 0.95 | 0.83 |
Hex | C2 | FD | AC | 17 | 0 | 20 | 1 | 68 | 5F | 53 |
Octal | 302 | 375 | 254 | 27 | 0 | 40 | 1 | 150 | 137 | 123 |
Binary | 11000010 | 11111101 | 10101100 | 10111 | 0 | 100000 | 1 | 1101000 | 1011111 | 1010011 |
Color Harmonies of #C2FDAC
Complementary color
Monochromatic Colors of #C2FDAC
Black with #C2FDAC
Text Example
Text Example
White with #C2FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDAC; }
p { color: rgb(194,253,172); }
H1.HeaderClassName
{
color: #C2FDAC;
}
.AnyTagClassName
{
color: #C2FDAC;
}
</style>
background-color css
<style>
a { background-color: #C2FDAC; }
a { background-color: rgb(194,253,172); }
div.DivClassName
{
background-color: #C2FDAC;
}
.BgClassName
{
background-color: #C2FDAC;
}
</style>
border-color css
<style>
span { border-color: #C2FDAC; }
span { border-color: rgb(194,253,172); }
td.TdClassName
{
border-color: #C2FDAC;
}
.TagClassName
{
border-color: #C2FDAC;
}
</style>