Shades of Fringy Flower #A6ECBE
Tints of Fringy Flower #A6ECBE
RGB
CMYK
RGB Variations
Color information
#A6ECBE (or 0xA6ECBE) is known color: Fringy Flower. HEX triplet: A6, EC and BE. RGB value is (166,236,190). Sum of RGB (Red+Green+Blue) = 166+236+190=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECBE is #591341. Grayscale: #D1D1D1. Windows color (decimal): -5837634 or 12512422. OLE color: 12512422.
HSL color Cylindrical-coordinate representation of color #A6ECBE: hue angle of 140.57º 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 #A6ECBE is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 190 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.07 |
| HSL | 140.57º | 0.65% | 0.79% | - |
| HSV(B) | 140.57º | 0.3% | 0.93% | - |
| XYZ | 55.02 | 71.82 | 59.68 | - |
| YUV | 209.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 190 | 0.30 | 0 | 0.19 | 0.07 | 140.57 | 0.65 | 0.79 |
| Hex | A6 | EC | BE | 1E | 0 | 13 | 7 | 8D | 41 | 4F |
| Octal | 246 | 354 | 276 | 36 | 0 | 23 | 7 | 215 | 101 | 117 |
| Binary | 10100110 | 11101100 | 10111110 | 11110 | 0 | 10011 | 111 | 10001101 | 1000001 | 1001111 |
Color Harmonies of #A6ECBE
Complementary color
Monochromatic Colors of #A6ECBE
Black with #A6ECBE
Text Example
Text Example
White with #A6ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECBE; }
p { color: rgb(166,236,190); }
H1.HeaderClassName
{
color: #A6ECBE;
}
.AnyTagClassName
{
color: #A6ECBE;
}
</style>
background-color css
<style>
a { background-color: #A6ECBE; }
a { background-color: rgb(166,236,190); }
div.DivClassName
{
background-color: #A6ECBE;
}
.BgClassName
{
background-color: #A6ECBE;
}
</style>
border-color css
<style>
span { border-color: #A6ECBE; }
span { border-color: rgb(166,236,190); }
td.TdClassName
{
border-color: #A6ECBE;
}
.TagClassName
{
border-color: #A6ECBE;
}
</style>