Shades of Tea Green #C5FFAC
Tints of Tea Green #C5FFAC
RGB
CMYK
RGB Variations
Color information
#C5FFAC (or 0xC5FFAC) is known color: Tea Green. HEX triplet: C5, FF and AC. RGB value is (197,255,172). Sum of RGB (Red+Green+Blue) = 197+255+172=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFAC is #3A0053. Grayscale: #E4E4E4. Windows color (decimal): -3801172 or 11337669. OLE color: 11337669.
HSL color Cylindrical-coordinate representation of color #C5FFAC: hue angle of 101.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5FFAC is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 255 | 172 | - |
CMYK | 0.23 | 0 | 0.33 | 0 |
HSL | 101.93º | 1% | 0.84% | - |
HSV(B) | 101.93º | 0.33% | 1% | - |
XYZ | 66.23 | 86.37 | 52.21 | - |
YUV | 228.2 | 96.28 | 105.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 255 | 172 | 0.23 | 0 | 0.33 | 0 | 101.93 | 1 | 0.84 |
Hex | C5 | FF | AC | 17 | 0 | 21 | 0 | 66 | 64 | 54 |
Octal | 305 | 377 | 254 | 27 | 0 | 41 | 0 | 146 | 144 | 124 |
Binary | 11000101 | 11111111 | 10101100 | 10111 | 0 | 100001 | 0 | 1100110 | 1100100 | 1010100 |
Color Harmonies of #C5FFAC
Complementary color
Monochromatic Colors of #C5FFAC
Black with #C5FFAC
Text Example
Text Example
White with #C5FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFAC; }
p { color: rgb(197,255,172); }
H1.HeaderClassName
{
color: #C5FFAC;
}
.AnyTagClassName
{
color: #C5FFAC;
}
</style>
background-color css
<style>
a { background-color: #C5FFAC; }
a { background-color: rgb(197,255,172); }
div.DivClassName
{
background-color: #C5FFAC;
}
.BgClassName
{
background-color: #C5FFAC;
}
</style>
border-color css
<style>
span { border-color: #C5FFAC; }
span { border-color: rgb(197,255,172); }
td.TdClassName
{
border-color: #C5FFAC;
}
.TagClassName
{
border-color: #C5FFAC;
}
</style>