Shades of Fringy Flower #AAE5BF
Tints of Fringy Flower #AAE5BF
RGB
CMYK
RGB Variations
Color information
#AAE5BF (or 0xAAE5BF) is known color: Fringy Flower. HEX triplet: AA, E5 and BF. RGB value is (170,229,191). Sum of RGB (Red+Green+Blue) = 170+229+191=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5BF is #551A40. Grayscale: #CFCFCF. Windows color (decimal): -5577281 or 12576170. OLE color: 12576170.
HSL color Cylindrical-coordinate representation of color #AAE5BF: hue angle of 141.36º 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 #AAE5BF is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 191 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.10 |
| HSL | 141.36º | 0.53% | 0.78% | - |
| HSV(B) | 141.36º | 0.26% | 0.9% | - |
| XYZ | 54 | 68.35 | 59.64 | - |
| YUV | 207.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 191 | 0.26 | 0 | 0.17 | 0.10 | 141.36 | 0.53 | 0.78 |
| Hex | AA | E5 | BF | 1A | 0 | 11 | A | 8D | 35 | 4E |
| Octal | 252 | 345 | 277 | 32 | 0 | 21 | 12 | 215 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10111111 | 11010 | 0 | 10001 | 1010 | 10001101 | 110101 | 1001110 |
Color Harmonies of #AAE5BF
Complementary color
Monochromatic Colors of #AAE5BF
Black with #AAE5BF
Text Example
Text Example
White with #AAE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5BF; }
p { color: rgb(170,229,191); }
H1.HeaderClassName
{
color: #AAE5BF;
}
.AnyTagClassName
{
color: #AAE5BF;
}
</style>
background-color css
<style>
a { background-color: #AAE5BF; }
a { background-color: rgb(170,229,191); }
div.DivClassName
{
background-color: #AAE5BF;
}
.BgClassName
{
background-color: #AAE5BF;
}
</style>
border-color css
<style>
span { border-color: #AAE5BF; }
span { border-color: rgb(170,229,191); }
td.TdClassName
{
border-color: #AAE5BF;
}
.TagClassName
{
border-color: #AAE5BF;
}
</style>