Shades of Tea Green #C2FFAD
Tints of Tea Green #C2FFAD
RGB
CMYK
RGB Variations
Color information
#C2FFAD (or 0xC2FFAD) is known color: Tea Green. HEX triplet: C2, FF and AD. RGB value is (194,255,173). Sum of RGB (Red+Green+Blue) = 194+255+173=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFAD is #3D0052. Grayscale: #E3E3E3. Windows color (decimal): -3997779 or 11403202. OLE color: 11403202.
HSL color Cylindrical-coordinate representation of color #C2FFAD: hue angle of 104.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2FFAD is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 173 | - |
CMYK | 0.24 | 0 | 0.32 | 0 |
HSL | 104.63º | 1% | 0.84% | - |
HSV(B) | 104.63º | 0.32% | 1% | - |
XYZ | 65.55 | 86.01 | 52.68 | - |
YUV | 227.41 | 97.29 | 104.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 173 | 0.24 | 0 | 0.32 | 0 | 104.63 | 1 | 0.84 |
Hex | C2 | FF | AD | 18 | 0 | 20 | 0 | 69 | 64 | 54 |
Octal | 302 | 377 | 255 | 30 | 0 | 40 | 0 | 151 | 144 | 124 |
Binary | 11000010 | 11111111 | 10101101 | 11000 | 0 | 100000 | 0 | 1101001 | 1100100 | 1010100 |
Color Harmonies of #C2FFAD
Complementary color
Monochromatic Colors of #C2FFAD
Black with #C2FFAD
Text Example
Text Example
White with #C2FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFAD; }
p { color: rgb(194,255,173); }
H1.HeaderClassName
{
color: #C2FFAD;
}
.AnyTagClassName
{
color: #C2FFAD;
}
</style>
background-color css
<style>
a { background-color: #C2FFAD; }
a { background-color: rgb(194,255,173); }
div.DivClassName
{
background-color: #C2FFAD;
}
.BgClassName
{
background-color: #C2FFAD;
}
</style>
border-color css
<style>
span { border-color: #C2FFAD; }
span { border-color: rgb(194,255,173); }
td.TdClassName
{
border-color: #C2FFAD;
}
.TagClassName
{
border-color: #C2FFAD;
}
</style>