Shades of Fringy Flower #AAE0BE
Tints of Fringy Flower #AAE0BE
RGB
CMYK
RGB Variations
Color information
#AAE0BE (or 0xAAE0BE) is known color: Fringy Flower. HEX triplet: AA, E0 and BE. RGB value is (170,224,190). Sum of RGB (Red+Green+Blue) = 170+224+190=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0BE is #551F41. Grayscale: #CCCCCC. Windows color (decimal): -5578562 or 12509354. OLE color: 12509354.
HSL color Cylindrical-coordinate representation of color #AAE0BE: hue angle of 142.22º degrees, saturation: 0.47, 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 #AAE0BE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 190 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.12 |
| HSL | 142.22º | 0.47% | 0.77% | - |
| HSV(B) | 142.22º | 0.24% | 0.88% | - |
| XYZ | 52.53 | 65.58 | 58.6 | - |
| YUV | 203.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 190 | 0.24 | 0 | 0.15 | 0.12 | 142.22 | 0.47 | 0.77 |
| Hex | AA | E0 | BE | 18 | 0 | F | C | 8E | 2F | 4D |
| Octal | 252 | 340 | 276 | 30 | 0 | 17 | 14 | 216 | 57 | 115 |
| Binary | 10101010 | 11100000 | 10111110 | 11000 | 0 | 1111 | 1100 | 10001110 | 101111 | 1001101 |
Color Harmonies of #AAE0BE
Complementary color
Monochromatic Colors of #AAE0BE
Black with #AAE0BE
Text Example
Text Example
White with #AAE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0BE; }
p { color: rgb(170,224,190); }
H1.HeaderClassName
{
color: #AAE0BE;
}
.AnyTagClassName
{
color: #AAE0BE;
}
</style>
background-color css
<style>
a { background-color: #AAE0BE; }
a { background-color: rgb(170,224,190); }
div.DivClassName
{
background-color: #AAE0BE;
}
.BgClassName
{
background-color: #AAE0BE;
}
</style>
border-color css
<style>
span { border-color: #AAE0BE; }
span { border-color: rgb(170,224,190); }
td.TdClassName
{
border-color: #AAE0BE;
}
.TagClassName
{
border-color: #AAE0BE;
}
</style>