Shades of Fringy Flower #AAE7BB
Tints of Fringy Flower #AAE7BB
RGB
CMYK
RGB Variations
Color information
#AAE7BB (or 0xAAE7BB) is known color: Fringy Flower. HEX triplet: AA, E7 and BB. RGB value is (170,231,187). Sum of RGB (Red+Green+Blue) = 170+231+187=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7BB is #551844. Grayscale: #CFCFCF. Windows color (decimal): -5576773 or 12314538. OLE color: 12314538.
HSL color Cylindrical-coordinate representation of color #AAE7BB: hue angle of 136.72º 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 #AAE7BB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 187 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.09 |
| HSL | 136.72º | 0.56% | 0.79% | - |
| HSV(B) | 136.72º | 0.26% | 0.91% | - |
| XYZ | 54.12 | 69.29 | 57.53 | - |
| YUV | 207.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 187 | 0.26 | 0 | 0.19 | 0.09 | 136.72 | 0.56 | 0.79 |
| Hex | AA | E7 | BB | 1A | 0 | 13 | 9 | 89 | 38 | 4F |
| Octal | 252 | 347 | 273 | 32 | 0 | 23 | 11 | 211 | 70 | 117 |
| Binary | 10101010 | 11100111 | 10111011 | 11010 | 0 | 10011 | 1001 | 10001001 | 111000 | 1001111 |
Color Harmonies of #AAE7BB
Complementary color
Monochromatic Colors of #AAE7BB
Black with #AAE7BB
Text Example
Text Example
White with #AAE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7BB; }
p { color: rgb(170,231,187); }
H1.HeaderClassName
{
color: #AAE7BB;
}
.AnyTagClassName
{
color: #AAE7BB;
}
</style>
background-color css
<style>
a { background-color: #AAE7BB; }
a { background-color: rgb(170,231,187); }
div.DivClassName
{
background-color: #AAE7BB;
}
.BgClassName
{
background-color: #AAE7BB;
}
</style>
border-color css
<style>
span { border-color: #AAE7BB; }
span { border-color: rgb(170,231,187); }
td.TdClassName
{
border-color: #AAE7BB;
}
.TagClassName
{
border-color: #AAE7BB;
}
</style>