Shades of Fringy Flower #A6E4BA
Tints of Fringy Flower #A6E4BA
RGB
CMYK
RGB Variations
Color information
#A6E4BA (or 0xA6E4BA) is known color: Fringy Flower. HEX triplet: A6, E4 and BA. RGB value is (166,228,186). Sum of RGB (Red+Green+Blue) = 166+228+186=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4BA is #591B45. Grayscale: #CCCCCC. Windows color (decimal): -5839686 or 12248230. OLE color: 12248230.
HSL color Cylindrical-coordinate representation of color #A6E4BA: hue angle of 139.35º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4BA is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 186 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.11 |
| HSL | 139.35º | 0.53% | 0.77% | - |
| HSV(B) | 139.35º | 0.27% | 0.89% | - |
| XYZ | 52.33 | 67.14 | 56.66 | - |
| YUV | 204.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 186 | 0.27 | 0 | 0.18 | 0.11 | 139.35 | 0.53 | 0.77 |
| Hex | A6 | E4 | BA | 1B | 0 | 12 | B | 8B | 35 | 4D |
| Octal | 246 | 344 | 272 | 33 | 0 | 22 | 13 | 213 | 65 | 115 |
| Binary | 10100110 | 11100100 | 10111010 | 11011 | 0 | 10010 | 1011 | 10001011 | 110101 | 1001101 |
Color Harmonies of #A6E4BA
Complementary color
Monochromatic Colors of #A6E4BA
Black with #A6E4BA
Text Example
Text Example
White with #A6E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E4BA; }
p { color: rgb(166,228,186); }
H1.HeaderClassName
{
color: #A6E4BA;
}
.AnyTagClassName
{
color: #A6E4BA;
}
</style>
background-color css
<style>
a { background-color: #A6E4BA; }
a { background-color: rgb(166,228,186); }
div.DivClassName
{
background-color: #A6E4BA;
}
.BgClassName
{
background-color: #A6E4BA;
}
</style>
border-color css
<style>
span { border-color: #A6E4BA; }
span { border-color: rgb(166,228,186); }
td.TdClassName
{
border-color: #A6E4BA;
}
.TagClassName
{
border-color: #A6E4BA;
}
</style>