Shades of Fringy Flower #A1EDBB
Tints of Fringy Flower #A1EDBB
RGB
CMYK
RGB Variations
Color information
#A1EDBB (or 0xA1EDBB) is known color: Fringy Flower. HEX triplet: A1, ED and BB. RGB value is (161,237,187). Sum of RGB (Red+Green+Blue) = 161+237+187=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDBB is #5E1244. Grayscale: #D0D0D0. Windows color (decimal): -6165061 or 12316065. OLE color: 12316065.
HSL color Cylindrical-coordinate representation of color #A1EDBB: hue angle of 140.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDBB is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 187 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.07 |
| HSL | 140.53º | 0.68% | 0.78% | - |
| HSV(B) | 140.53º | 0.32% | 0.93% | - |
| XYZ | 53.95 | 71.73 | 58.02 | - |
| YUV | 208.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 187 | 0.32 | 0 | 0.21 | 0.07 | 140.53 | 0.68 | 0.78 |
| Hex | A1 | ED | BB | 20 | 0 | 15 | 7 | 8D | 44 | 4E |
| Octal | 241 | 355 | 273 | 40 | 0 | 25 | 7 | 215 | 104 | 116 |
| Binary | 10100001 | 11101101 | 10111011 | 100000 | 0 | 10101 | 111 | 10001101 | 1000100 | 1001110 |
Color Harmonies of #A1EDBB
Complementary color
Monochromatic Colors of #A1EDBB
Black with #A1EDBB
Text Example
Text Example
White with #A1EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDBB; }
p { color: rgb(161,237,187); }
H1.HeaderClassName
{
color: #A1EDBB;
}
.AnyTagClassName
{
color: #A1EDBB;
}
</style>
background-color css
<style>
a { background-color: #A1EDBB; }
a { background-color: rgb(161,237,187); }
div.DivClassName
{
background-color: #A1EDBB;
}
.BgClassName
{
background-color: #A1EDBB;
}
</style>
border-color css
<style>
span { border-color: #A1EDBB; }
span { border-color: rgb(161,237,187); }
td.TdClassName
{
border-color: #A1EDBB;
}
.TagClassName
{
border-color: #A1EDBB;
}
</style>