Shades of Fringy Flower #A6E5BC
Tints of Fringy Flower #A6E5BC
RGB
CMYK
RGB Variations
Color information
#A6E5BC (or 0xA6E5BC) is known color: Fringy Flower. HEX triplet: A6, E5 and BC. RGB value is (166,229,188). Sum of RGB (Red+Green+Blue) = 166+229+188=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5BC is #591A43. Grayscale: #CDCDCD. Windows color (decimal): -5839428 or 12379558. OLE color: 12379558.
HSL color Cylindrical-coordinate representation of color #A6E5BC: hue angle of 140.95º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5BC is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 188 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.10 |
| HSL | 140.95º | 0.55% | 0.77% | - |
| HSV(B) | 140.95º | 0.28% | 0.9% | - |
| XYZ | 52.82 | 67.78 | 57.88 | - |
| YUV | 205.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 188 | 0.28 | 0 | 0.18 | 0.10 | 140.95 | 0.55 | 0.77 |
| Hex | A6 | E5 | BC | 1C | 0 | 12 | A | 8D | 37 | 4D |
| Octal | 246 | 345 | 274 | 34 | 0 | 22 | 12 | 215 | 67 | 115 |
| Binary | 10100110 | 11100101 | 10111100 | 11100 | 0 | 10010 | 1010 | 10001101 | 110111 | 1001101 |
Color Harmonies of #A6E5BC
Complementary color
Monochromatic Colors of #A6E5BC
Black with #A6E5BC
Text Example
Text Example
White with #A6E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E5BC; }
p { color: rgb(166,229,188); }
H1.HeaderClassName
{
color: #A6E5BC;
}
.AnyTagClassName
{
color: #A6E5BC;
}
</style>
background-color css
<style>
a { background-color: #A6E5BC; }
a { background-color: rgb(166,229,188); }
div.DivClassName
{
background-color: #A6E5BC;
}
.BgClassName
{
background-color: #A6E5BC;
}
</style>
border-color css
<style>
span { border-color: #A6E5BC; }
span { border-color: rgb(166,229,188); }
td.TdClassName
{
border-color: #A6E5BC;
}
.TagClassName
{
border-color: #A6E5BC;
}
</style>