Shades of Fringy Flower #AAE7BE
Tints of Fringy Flower #AAE7BE
RGB
CMYK
RGB Variations
Color information
#AAE7BE (or 0xAAE7BE) is known color: Fringy Flower. HEX triplet: AA, E7 and BE. RGB value is (170,231,190). Sum of RGB (Red+Green+Blue) = 170+231+190=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7BE is #551841. Grayscale: #D0D0D0. Windows color (decimal): -5576770 or 12511146. OLE color: 12511146.
HSL color Cylindrical-coordinate representation of color #AAE7BE: hue angle of 139.67º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7BE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 190 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.09 |
| HSL | 139.67º | 0.56% | 0.79% | - |
| HSV(B) | 139.67º | 0.26% | 0.91% | - |
| XYZ | 54.45 | 69.42 | 59.24 | - |
| YUV | 208.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 190 | 0.26 | 0 | 0.18 | 0.09 | 139.67 | 0.56 | 0.79 |
| Hex | AA | E7 | BE | 1A | 0 | 12 | 9 | 8C | 38 | 4F |
| Octal | 252 | 347 | 276 | 32 | 0 | 22 | 11 | 214 | 70 | 117 |
| Binary | 10101010 | 11100111 | 10111110 | 11010 | 0 | 10010 | 1001 | 10001100 | 111000 | 1001111 |
Color Harmonies of #AAE7BE
Complementary color
Monochromatic Colors of #AAE7BE
Black with #AAE7BE
Text Example
Text Example
White with #AAE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7BE; }
p { color: rgb(170,231,190); }
H1.HeaderClassName
{
color: #AAE7BE;
}
.AnyTagClassName
{
color: #AAE7BE;
}
</style>
background-color css
<style>
a { background-color: #AAE7BE; }
a { background-color: rgb(170,231,190); }
div.DivClassName
{
background-color: #AAE7BE;
}
.BgClassName
{
background-color: #AAE7BE;
}
</style>
border-color css
<style>
span { border-color: #AAE7BE; }
span { border-color: rgb(170,231,190); }
td.TdClassName
{
border-color: #AAE7BE;
}
.TagClassName
{
border-color: #AAE7BE;
}
</style>