Shades of Fringy Flower #AAE1BE
Tints of Fringy Flower #AAE1BE
RGB
CMYK
RGB Variations
Color information
#AAE1BE (or 0xAAE1BE) is known color: Fringy Flower. HEX triplet: AA, E1 and BE. RGB value is (170,225,190). Sum of RGB (Red+Green+Blue) = 170+225+190=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1BE is #551E41. Grayscale: #CCCCCC. Windows color (decimal): -5578306 or 12509610. OLE color: 12509610.
HSL color Cylindrical-coordinate representation of color #AAE1BE: hue angle of 141.82º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1BE is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 190 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.12 |
| HSL | 141.82º | 0.48% | 0.77% | - |
| HSV(B) | 141.82º | 0.24% | 0.88% | - |
| XYZ | 52.8 | 66.11 | 58.69 | - |
| YUV | 204.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 190 | 0.24 | 0 | 0.16 | 0.12 | 141.82 | 0.48 | 0.77 |
| Hex | AA | E1 | BE | 18 | 0 | 10 | C | 8E | 30 | 4D |
| Octal | 252 | 341 | 276 | 30 | 0 | 20 | 14 | 216 | 60 | 115 |
| Binary | 10101010 | 11100001 | 10111110 | 11000 | 0 | 10000 | 1100 | 10001110 | 110000 | 1001101 |
Color Harmonies of #AAE1BE
Complementary color
Monochromatic Colors of #AAE1BE
Black with #AAE1BE
Text Example
Text Example
White with #AAE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1BE; }
p { color: rgb(170,225,190); }
H1.HeaderClassName
{
color: #AAE1BE;
}
.AnyTagClassName
{
color: #AAE1BE;
}
</style>
background-color css
<style>
a { background-color: #AAE1BE; }
a { background-color: rgb(170,225,190); }
div.DivClassName
{
background-color: #AAE1BE;
}
.BgClassName
{
background-color: #AAE1BE;
}
</style>
border-color css
<style>
span { border-color: #AAE1BE; }
span { border-color: rgb(170,225,190); }
td.TdClassName
{
border-color: #AAE1BE;
}
.TagClassName
{
border-color: #AAE1BE;
}
</style>