Shades of Fringy Flower #AEE2B5
Tints of Fringy Flower #AEE2B5
RGB
CMYK
RGB Variations
Color information
#AEE2B5 (or 0xAEE2B5) is known color: Fringy Flower. HEX triplet: AE, E2 and B5. RGB value is (174,226,181). Sum of RGB (Red+Green+Blue) = 174+226+181=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2B5 is #511D4A. Grayscale: #CDCDCD. Windows color (decimal): -5315915 or 11920046. OLE color: 11920046.
HSL color Cylindrical-coordinate representation of color #AEE2B5: hue angle of 128.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2B5 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 174 | 226 | 181 | - |
CMYK | 0.23 | 0 | 0.20 | 0.11 |
HSL | 128.08º | 0.47% | 0.78% | - |
HSV(B) | 128.08º | 0.23% | 0.89% | - |
XYZ | 52.99 | 66.73 | 53.8 | - |
YUV | 205.32 | 114.27 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 226 | 181 | 0.23 | 0 | 0.20 | 0.11 | 128.08 | 0.47 | 0.78 |
Hex | AE | E2 | B5 | 17 | 0 | 14 | B | 80 | 2F | 4E |
Octal | 256 | 342 | 265 | 27 | 0 | 24 | 13 | 200 | 57 | 116 |
Binary | 10101110 | 11100010 | 10110101 | 10111 | 0 | 10100 | 1011 | 10000000 | 101111 | 1001110 |
Color Harmonies of #AEE2B5
Complementary color
Monochromatic Colors of #AEE2B5
Black with #AEE2B5
Text Example
Text Example
White with #AEE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2B5; }
p { color: rgb(174,226,181); }
H1.HeaderClassName
{
color: #AEE2B5;
}
.AnyTagClassName
{
color: #AEE2B5;
}
</style>
background-color css
<style>
a { background-color: #AEE2B5; }
a { background-color: rgb(174,226,181); }
div.DivClassName
{
background-color: #AEE2B5;
}
.BgClassName
{
background-color: #AEE2B5;
}
</style>
border-color css
<style>
span { border-color: #AEE2B5; }
span { border-color: rgb(174,226,181); }
td.TdClassName
{
border-color: #AEE2B5;
}
.TagClassName
{
border-color: #AEE2B5;
}
</style>