Shades of Fringy Flower #A1EAB6
Tints of Fringy Flower #A1EAB6
RGB
CMYK
RGB Variations
Color information
#A1EAB6 (or 0xA1EAB6) is known color: Fringy Flower. HEX triplet: A1, EA and B6. RGB value is (161,234,182). Sum of RGB (Red+Green+Blue) = 161+234+182=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAB6 is #5E1549. Grayscale: #CECECE. Windows color (decimal): -6165834 or 11987617. OLE color: 11987617.
HSL color Cylindrical-coordinate representation of color #A1EAB6: hue angle of 137.26º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAB6 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 182 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.08 |
| HSL | 137.26º | 0.63% | 0.77% | - |
| HSV(B) | 137.26º | 0.31% | 0.92% | - |
| XYZ | 52.56 | 69.8 | 54.96 | - |
| YUV | 206.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 182 | 0.31 | 0 | 0.22 | 0.08 | 137.26 | 0.63 | 0.77 |
| Hex | A1 | EA | B6 | 1F | 0 | 16 | 8 | 89 | 3F | 4D |
| Octal | 241 | 352 | 266 | 37 | 0 | 26 | 10 | 211 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10110110 | 11111 | 0 | 10110 | 1000 | 10001001 | 111111 | 1001101 |
Color Harmonies of #A1EAB6
Complementary color
Monochromatic Colors of #A1EAB6
Black with #A1EAB6
Text Example
Text Example
White with #A1EAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAB6; }
p { color: rgb(161,234,182); }
H1.HeaderClassName
{
color: #A1EAB6;
}
.AnyTagClassName
{
color: #A1EAB6;
}
</style>
background-color css
<style>
a { background-color: #A1EAB6; }
a { background-color: rgb(161,234,182); }
div.DivClassName
{
background-color: #A1EAB6;
}
.BgClassName
{
background-color: #A1EAB6;
}
</style>
border-color css
<style>
span { border-color: #A1EAB6; }
span { border-color: rgb(161,234,182); }
td.TdClassName
{
border-color: #A1EAB6;
}
.TagClassName
{
border-color: #A1EAB6;
}
</style>