Shades of Fringy Flower #A0EEBB
Tints of Fringy Flower #A0EEBB
RGB
CMYK
RGB Variations
Color information
#A0EEBB (or 0xA0EEBB) is known color: Fringy Flower. HEX triplet: A0, EE and BB. RGB value is (160,238,187). Sum of RGB (Red+Green+Blue) = 160+238+187=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEBB is #5F1144. Grayscale: #D0D0D0. Windows color (decimal): -6230341 or 12316320. OLE color: 12316320.
HSL color Cylindrical-coordinate representation of color #A0EEBB: hue angle of 140.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEBB is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 187 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.07 |
| HSL | 140.77º | 0.7% | 0.78% | - |
| HSV(B) | 140.77º | 0.33% | 0.93% | - |
| XYZ | 54.04 | 72.21 | 58.1 | - |
| YUV | 208.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 187 | 0.33 | 0 | 0.21 | 0.07 | 140.77 | 0.7 | 0.78 |
| Hex | A0 | EE | BB | 21 | 0 | 15 | 7 | 8D | 46 | 4E |
| Octal | 240 | 356 | 273 | 41 | 0 | 25 | 7 | 215 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10111011 | 100001 | 0 | 10101 | 111 | 10001101 | 1000110 | 1001110 |
Color Harmonies of #A0EEBB
Complementary color
Monochromatic Colors of #A0EEBB
Black with #A0EEBB
Text Example
Text Example
White with #A0EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEBB; }
p { color: rgb(160,238,187); }
H1.HeaderClassName
{
color: #A0EEBB;
}
.AnyTagClassName
{
color: #A0EEBB;
}
</style>
background-color css
<style>
a { background-color: #A0EEBB; }
a { background-color: rgb(160,238,187); }
div.DivClassName
{
background-color: #A0EEBB;
}
.BgClassName
{
background-color: #A0EEBB;
}
</style>
border-color css
<style>
span { border-color: #A0EEBB; }
span { border-color: rgb(160,238,187); }
td.TdClassName
{
border-color: #A0EEBB;
}
.TagClassName
{
border-color: #A0EEBB;
}
</style>