Shades of Fringy Flower #A6EAB5
Tints of Fringy Flower #A6EAB5
RGB
CMYK
RGB Variations
Color information
#A6EAB5 (or 0xA6EAB5) is known color: Fringy Flower. HEX triplet: A6, EA and B5. RGB value is (166,234,181). Sum of RGB (Red+Green+Blue) = 166+234+181=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAB5 is #59154A. Grayscale: #CFCFCF. Windows color (decimal): -5838155 or 11922086. OLE color: 11922086.
HSL color Cylindrical-coordinate representation of color #A6EAB5: hue angle of 133.24º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAB5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 181 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.08 |
| HSL | 133.24º | 0.62% | 0.78% | - |
| HSV(B) | 133.24º | 0.29% | 0.92% | - |
| XYZ | 53.49 | 70.29 | 54.46 | - |
| YUV | 207.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 181 | 0.29 | 0 | 0.23 | 0.08 | 133.24 | 0.62 | 0.78 |
| Hex | A6 | EA | B5 | 1D | 0 | 17 | 8 | 85 | 3E | 4E |
| Octal | 246 | 352 | 265 | 35 | 0 | 27 | 10 | 205 | 76 | 116 |
| Binary | 10100110 | 11101010 | 10110101 | 11101 | 0 | 10111 | 1000 | 10000101 | 111110 | 1001110 |
Color Harmonies of #A6EAB5
Complementary color
Monochromatic Colors of #A6EAB5
Black with #A6EAB5
Text Example
Text Example
White with #A6EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EAB5; }
p { color: rgb(166,234,181); }
H1.HeaderClassName
{
color: #A6EAB5;
}
.AnyTagClassName
{
color: #A6EAB5;
}
</style>
background-color css
<style>
a { background-color: #A6EAB5; }
a { background-color: rgb(166,234,181); }
div.DivClassName
{
background-color: #A6EAB5;
}
.BgClassName
{
background-color: #A6EAB5;
}
</style>
border-color css
<style>
span { border-color: #A6EAB5; }
span { border-color: rgb(166,234,181); }
td.TdClassName
{
border-color: #A6EAB5;
}
.TagClassName
{
border-color: #A6EAB5;
}
</style>