Shades of Tea Green #C5F3AC
Tints of Tea Green #C5F3AC
RGB
CMYK
RGB Variations
Color information
#C5F3AC (or 0xC5F3AC) is known color: Tea Green. HEX triplet: C5, F3 and AC. RGB value is (197,243,172). Sum of RGB (Red+Green+Blue) = 197+243+172=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F3AC is #3A0C53. Grayscale: #DDDDDD. Windows color (decimal): -3804244 or 11334597. OLE color: 11334597.
HSL color Cylindrical-coordinate representation of color #C5F3AC: hue angle of 98.87º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5F3AC is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
RGB | 197 | 243 | 172 | - |
CMYK | 0.19 | 0 | 0.29 | 0.05 |
HSL | 98.87º | 0.75% | 0.81% | - |
HSV(B) | 98.87º | 0.29% | 0.95% | - |
XYZ | 62.52 | 78.95 | 50.97 | - |
YUV | 221.15 | 100.26 | 110.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 243 | 172 | 0.19 | 0 | 0.29 | 0.05 | 98.87 | 0.75 | 0.81 |
Hex | C5 | F3 | AC | 13 | 0 | 1D | 5 | 63 | 4B | 51 |
Octal | 305 | 363 | 254 | 23 | 0 | 35 | 5 | 143 | 113 | 121 |
Binary | 11000101 | 11110011 | 10101100 | 10011 | 0 | 11101 | 101 | 1100011 | 1001011 | 1010001 |
Color Harmonies of #C5F3AC
Complementary color
Monochromatic Colors of #C5F3AC
Black with #C5F3AC
Text Example
Text Example
White with #C5F3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F3AC; }
p { color: rgb(197,243,172); }
H1.HeaderClassName
{
color: #C5F3AC;
}
.AnyTagClassName
{
color: #C5F3AC;
}
</style>
background-color css
<style>
a { background-color: #C5F3AC; }
a { background-color: rgb(197,243,172); }
div.DivClassName
{
background-color: #C5F3AC;
}
.BgClassName
{
background-color: #C5F3AC;
}
</style>
border-color css
<style>
span { border-color: #C5F3AC; }
span { border-color: rgb(197,243,172); }
td.TdClassName
{
border-color: #C5F3AC;
}
.TagClassName
{
border-color: #C5F3AC;
}
</style>