Shades of Fringy Flower #A6E0BA
Tints of Fringy Flower #A6E0BA
RGB
CMYK
RGB Variations
Color information
#A6E0BA (or 0xA6E0BA) is known color: Fringy Flower. HEX triplet: A6, E0 and BA. RGB value is (166,224,186). Sum of RGB (Red+Green+Blue) = 166+224+186=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0BA is #591F45. Grayscale: #CACACA. Windows color (decimal): -5840710 or 12247206. OLE color: 12247206.
HSL color Cylindrical-coordinate representation of color #A6E0BA: hue angle of 140.69º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0BA is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 186 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.12 |
| HSL | 140.69º | 0.48% | 0.76% | - |
| HSV(B) | 140.69º | 0.26% | 0.88% | - |
| XYZ | 51.24 | 64.96 | 56.29 | - |
| YUV | 202.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 186 | 0.26 | 0 | 0.17 | 0.12 | 140.69 | 0.48 | 0.76 |
| Hex | A6 | E0 | BA | 1A | 0 | 11 | C | 8D | 30 | 4C |
| Octal | 246 | 340 | 272 | 32 | 0 | 21 | 14 | 215 | 60 | 114 |
| Binary | 10100110 | 11100000 | 10111010 | 11010 | 0 | 10001 | 1100 | 10001101 | 110000 | 1001100 |
Color Harmonies of #A6E0BA
Complementary color
Monochromatic Colors of #A6E0BA
Black with #A6E0BA
Text Example
Text Example
White with #A6E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0BA; }
p { color: rgb(166,224,186); }
H1.HeaderClassName
{
color: #A6E0BA;
}
.AnyTagClassName
{
color: #A6E0BA;
}
</style>
background-color css
<style>
a { background-color: #A6E0BA; }
a { background-color: rgb(166,224,186); }
div.DivClassName
{
background-color: #A6E0BA;
}
.BgClassName
{
background-color: #A6E0BA;
}
</style>
border-color css
<style>
span { border-color: #A6E0BA; }
span { border-color: rgb(166,224,186); }
td.TdClassName
{
border-color: #A6E0BA;
}
.TagClassName
{
border-color: #A6E0BA;
}
</style>