Shades of Fringy Flower #AAE5B8
Tints of Fringy Flower #AAE5B8
RGB
CMYK
RGB Variations
Color information
#AAE5B8 (or 0xAAE5B8) is known color: Fringy Flower. HEX triplet: AA, E5 and B8. RGB value is (170,229,184). Sum of RGB (Red+Green+Blue) = 170+229+184=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5B8 is #551A47. Grayscale: #CECECE. Windows color (decimal): -5577288 or 12117418. OLE color: 12117418.
HSL color Cylindrical-coordinate representation of color #AAE5B8: hue angle of 134.24º 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 #AAE5B8 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 184 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.10 |
| HSL | 134.24º | 0.53% | 0.78% | - |
| HSV(B) | 134.24º | 0.26% | 0.9% | - |
| XYZ | 53.25 | 68.05 | 55.67 | - |
| YUV | 206.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 184 | 0.26 | 0 | 0.20 | 0.10 | 134.24 | 0.53 | 0.78 |
| Hex | AA | E5 | B8 | 1A | 0 | 14 | A | 86 | 35 | 4E |
| Octal | 252 | 345 | 270 | 32 | 0 | 24 | 12 | 206 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10111000 | 11010 | 0 | 10100 | 1010 | 10000110 | 110101 | 1001110 |
Color Harmonies of #AAE5B8
Complementary color
Monochromatic Colors of #AAE5B8
Black with #AAE5B8
Text Example
Text Example
White with #AAE5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5B8; }
p { color: rgb(170,229,184); }
H1.HeaderClassName
{
color: #AAE5B8;
}
.AnyTagClassName
{
color: #AAE5B8;
}
</style>
background-color css
<style>
a { background-color: #AAE5B8; }
a { background-color: rgb(170,229,184); }
div.DivClassName
{
background-color: #AAE5B8;
}
.BgClassName
{
background-color: #AAE5B8;
}
</style>
border-color css
<style>
span { border-color: #AAE5B8; }
span { border-color: rgb(170,229,184); }
td.TdClassName
{
border-color: #AAE5B8;
}
.TagClassName
{
border-color: #AAE5B8;
}
</style>