Shades of Fringy Flower #A1EEBB
Tints of Fringy Flower #A1EEBB
RGB
CMYK
RGB Variations
Color information
#A1EEBB (or 0xA1EEBB) is known color: Fringy Flower. HEX triplet: A1, EE and BB. RGB value is (161,238,187). Sum of RGB (Red+Green+Blue) = 161+238+187=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEBB is #5E1144. Grayscale: #D1D1D1. Windows color (decimal): -6164805 or 12316321. OLE color: 12316321.
HSL color Cylindrical-coordinate representation of color #A1EEBB: hue angle of 140.26º degrees, saturation: 0.69, 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 #A1EEBB is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 187 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.07 |
| HSL | 140.26º | 0.69% | 0.78% | - |
| HSV(B) | 140.26º | 0.32% | 0.93% | - |
| XYZ | 54.24 | 72.31 | 58.11 | - |
| YUV | 209.16 | 115.49 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 187 | 0.32 | 0 | 0.21 | 0.07 | 140.26 | 0.69 | 0.78 |
| Hex | A1 | EE | BB | 20 | 0 | 15 | 7 | 8C | 45 | 4E |
| Octal | 241 | 356 | 273 | 40 | 0 | 25 | 7 | 214 | 105 | 116 |
| Binary | 10100001 | 11101110 | 10111011 | 100000 | 0 | 10101 | 111 | 10001100 | 1000101 | 1001110 |
Color Harmonies of #A1EEBB
Complementary color
Monochromatic Colors of #A1EEBB
Black with #A1EEBB
Text Example
Text Example
White with #A1EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEBB; }
p { color: rgb(161,238,187); }
H1.HeaderClassName
{
color: #A1EEBB;
}
.AnyTagClassName
{
color: #A1EEBB;
}
</style>
background-color css
<style>
a { background-color: #A1EEBB; }
a { background-color: rgb(161,238,187); }
div.DivClassName
{
background-color: #A1EEBB;
}
.BgClassName
{
background-color: #A1EEBB;
}
</style>
border-color css
<style>
span { border-color: #A1EEBB; }
span { border-color: rgb(161,238,187); }
td.TdClassName
{
border-color: #A1EEBB;
}
.TagClassName
{
border-color: #A1EEBB;
}
</style>