Shades of Fringy Flower #AAE5BE
Tints of Fringy Flower #AAE5BE
RGB
CMYK
RGB Variations
Color information
#AAE5BE (or 0xAAE5BE) is known color: Fringy Flower. HEX triplet: AA, E5 and BE. RGB value is (170,229,190). Sum of RGB (Red+Green+Blue) = 170+229+190=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5BE is #551A41. Grayscale: #CFCFCF. Windows color (decimal): -5577282 or 12510634. OLE color: 12510634.
HSL color Cylindrical-coordinate representation of color #AAE5BE: hue angle of 140.34º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5BE is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 190 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.10 |
| HSL | 140.34º | 0.53% | 0.78% | - |
| HSV(B) | 140.34º | 0.26% | 0.9% | - |
| XYZ | 53.89 | 68.3 | 59.06 | - |
| YUV | 206.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 190 | 0.26 | 0 | 0.17 | 0.10 | 140.34 | 0.53 | 0.78 |
| Hex | AA | E5 | BE | 1A | 0 | 11 | A | 8C | 35 | 4E |
| Octal | 252 | 345 | 276 | 32 | 0 | 21 | 12 | 214 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10111110 | 11010 | 0 | 10001 | 1010 | 10001100 | 110101 | 1001110 |
Color Harmonies of #AAE5BE
Complementary color
Monochromatic Colors of #AAE5BE
Black with #AAE5BE
Text Example
Text Example
White with #AAE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5BE; }
p { color: rgb(170,229,190); }
H1.HeaderClassName
{
color: #AAE5BE;
}
.AnyTagClassName
{
color: #AAE5BE;
}
</style>
background-color css
<style>
a { background-color: #AAE5BE; }
a { background-color: rgb(170,229,190); }
div.DivClassName
{
background-color: #AAE5BE;
}
.BgClassName
{
background-color: #AAE5BE;
}
</style>
border-color css
<style>
span { border-color: #AAE5BE; }
span { border-color: rgb(170,229,190); }
td.TdClassName
{
border-color: #AAE5BE;
}
.TagClassName
{
border-color: #AAE5BE;
}
</style>