Shades of Fringy Flower #AAE2BF
Tints of Fringy Flower #AAE2BF
RGB
CMYK
RGB Variations
Color information
#AAE2BF (or 0xAAE2BF) is known color: Fringy Flower. HEX triplet: AA, E2 and BF. RGB value is (170,226,191). Sum of RGB (Red+Green+Blue) = 170+226+191=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2BF is #551D40. Grayscale: #CDCDCD. Windows color (decimal): -5578049 or 12575402. OLE color: 12575402.
HSL color Cylindrical-coordinate representation of color #AAE2BF: hue angle of 142.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2BF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 191 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.11 |
| HSL | 142.5º | 0.49% | 0.78% | - |
| HSV(B) | 142.5º | 0.25% | 0.89% | - |
| XYZ | 53.18 | 66.7 | 59.36 | - |
| YUV | 205.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 191 | 0.25 | 0 | 0.15 | 0.11 | 142.5 | 0.49 | 0.78 |
| Hex | AA | E2 | BF | 19 | 0 | F | B | 8E | 31 | 4E |
| Octal | 252 | 342 | 277 | 31 | 0 | 17 | 13 | 216 | 61 | 116 |
| Binary | 10101010 | 11100010 | 10111111 | 11001 | 0 | 1111 | 1011 | 10001110 | 110001 | 1001110 |
Color Harmonies of #AAE2BF
Complementary color
Monochromatic Colors of #AAE2BF
Black with #AAE2BF
Text Example
Text Example
White with #AAE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2BF; }
p { color: rgb(170,226,191); }
H1.HeaderClassName
{
color: #AAE2BF;
}
.AnyTagClassName
{
color: #AAE2BF;
}
</style>
background-color css
<style>
a { background-color: #AAE2BF; }
a { background-color: rgb(170,226,191); }
div.DivClassName
{
background-color: #AAE2BF;
}
.BgClassName
{
background-color: #AAE2BF;
}
</style>
border-color css
<style>
span { border-color: #AAE2BF; }
span { border-color: rgb(170,226,191); }
td.TdClassName
{
border-color: #AAE2BF;
}
.TagClassName
{
border-color: #AAE2BF;
}
</style>