Shades of Fringy Flower #A6ECB9
Tints of Fringy Flower #A6ECB9
RGB
CMYK
RGB Variations
Color information
#A6ECB9 (or 0xA6ECB9) is known color: Fringy Flower. HEX triplet: A6, EC and B9. RGB value is (166,236,185). Sum of RGB (Red+Green+Blue) = 166+236+185=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECB9 is #591346. Grayscale: #D1D1D1. Windows color (decimal): -5837639 or 12184742. OLE color: 12184742.
HSL color Cylindrical-coordinate representation of color #A6ECB9: hue angle of 136.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECB9 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 185 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.07 |
| HSL | 136.29º | 0.65% | 0.79% | - |
| HSV(B) | 136.29º | 0.3% | 0.93% | - |
| XYZ | 54.48 | 71.6 | 56.85 | - |
| YUV | 209.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 185 | 0.30 | 0 | 0.22 | 0.07 | 136.29 | 0.65 | 0.79 |
| Hex | A6 | EC | B9 | 1E | 0 | 16 | 7 | 88 | 41 | 4F |
| Octal | 246 | 354 | 271 | 36 | 0 | 26 | 7 | 210 | 101 | 117 |
| Binary | 10100110 | 11101100 | 10111001 | 11110 | 0 | 10110 | 111 | 10001000 | 1000001 | 1001111 |
Color Harmonies of #A6ECB9
Complementary color
Monochromatic Colors of #A6ECB9
Black with #A6ECB9
Text Example
Text Example
White with #A6ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECB9; }
p { color: rgb(166,236,185); }
H1.HeaderClassName
{
color: #A6ECB9;
}
.AnyTagClassName
{
color: #A6ECB9;
}
</style>
background-color css
<style>
a { background-color: #A6ECB9; }
a { background-color: rgb(166,236,185); }
div.DivClassName
{
background-color: #A6ECB9;
}
.BgClassName
{
background-color: #A6ECB9;
}
</style>
border-color css
<style>
span { border-color: #A6ECB9; }
span { border-color: rgb(166,236,185); }
td.TdClassName
{
border-color: #A6ECB9;
}
.TagClassName
{
border-color: #A6ECB9;
}
</style>