Shades of Fringy Flower #A6E6BC
Tints of Fringy Flower #A6E6BC
RGB
CMYK
RGB Variations
Color information
#A6E6BC (or 0xA6E6BC) is known color: Fringy Flower. HEX triplet: A6, E6 and BC. RGB value is (166,230,188). Sum of RGB (Red+Green+Blue) = 166+230+188=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6BC is #591943. Grayscale: #CECECE. Windows color (decimal): -5839172 or 12379814. OLE color: 12379814.
HSL color Cylindrical-coordinate representation of color #A6E6BC: hue angle of 140.62º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6BC is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 188 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.10 |
| HSL | 140.63º | 0.56% | 0.78% | - |
| HSV(B) | 140.63º | 0.28% | 0.9% | - |
| XYZ | 53.1 | 68.33 | 57.97 | - |
| YUV | 206.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 188 | 0.28 | 0 | 0.18 | 0.10 | 140.63 | 0.56 | 0.78 |
| Hex | A6 | E6 | BC | 1C | 0 | 12 | A | 8D | 38 | 4E |
| Octal | 246 | 346 | 274 | 34 | 0 | 22 | 12 | 215 | 70 | 116 |
| Binary | 10100110 | 11100110 | 10111100 | 11100 | 0 | 10010 | 1010 | 10001101 | 111000 | 1001110 |
Color Harmonies of #A6E6BC
Complementary color
Monochromatic Colors of #A6E6BC
Black with #A6E6BC
Text Example
Text Example
White with #A6E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6BC; }
p { color: rgb(166,230,188); }
H1.HeaderClassName
{
color: #A6E6BC;
}
.AnyTagClassName
{
color: #A6E6BC;
}
</style>
background-color css
<style>
a { background-color: #A6E6BC; }
a { background-color: rgb(166,230,188); }
div.DivClassName
{
background-color: #A6E6BC;
}
.BgClassName
{
background-color: #A6E6BC;
}
</style>
border-color css
<style>
span { border-color: #A6E6BC; }
span { border-color: rgb(166,230,188); }
td.TdClassName
{
border-color: #A6E6BC;
}
.TagClassName
{
border-color: #A6E6BC;
}
</style>