Shades of Fringy Flower #AEEAB9
Tints of Fringy Flower #AEEAB9
RGB
CMYK
RGB Variations
Color information
#AEEAB9 (or 0xAEEAB9) is known color: Fringy Flower. HEX triplet: AE, EA and B9. RGB value is (174,234,185). Sum of RGB (Red+Green+Blue) = 174+234+185=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAB9 is #511546. Grayscale: #D2D2D2. Windows color (decimal): -5313863 or 12184238. OLE color: 12184238.
HSL color Cylindrical-coordinate representation of color #AEEAB9: hue angle of 131º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAB9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 185 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.08 |
| HSL | 131º | 0.59% | 0.8% | - |
| HSV(B) | 131º | 0.26% | 0.92% | - |
| XYZ | 55.64 | 71.35 | 56.74 | - |
| YUV | 210.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 185 | 0.26 | 0 | 0.21 | 0.08 | 131 | 0.59 | 0.8 |
| Hex | AE | EA | B9 | 1A | 0 | 15 | 8 | 83 | 3B | 50 |
| Octal | 256 | 352 | 271 | 32 | 0 | 25 | 10 | 203 | 73 | 120 |
| Binary | 10101110 | 11101010 | 10111001 | 11010 | 0 | 10101 | 1000 | 10000011 | 111011 | 1010000 |
Color Harmonies of #AEEAB9
Complementary color
Monochromatic Colors of #AEEAB9
Black with #AEEAB9
Text Example
Text Example
White with #AEEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAB9; }
p { color: rgb(174,234,185); }
H1.HeaderClassName
{
color: #AEEAB9;
}
.AnyTagClassName
{
color: #AEEAB9;
}
</style>
background-color css
<style>
a { background-color: #AEEAB9; }
a { background-color: rgb(174,234,185); }
div.DivClassName
{
background-color: #AEEAB9;
}
.BgClassName
{
background-color: #AEEAB9;
}
</style>
border-color css
<style>
span { border-color: #AEEAB9; }
span { border-color: rgb(174,234,185); }
td.TdClassName
{
border-color: #AEEAB9;
}
.TagClassName
{
border-color: #AEEAB9;
}
</style>