Shades of Fringy Flower #AEEABD
Tints of Fringy Flower #AEEABD
RGB
CMYK
RGB Variations
Color information
#AEEABD (or 0xAEEABD) is known color: Fringy Flower. HEX triplet: AE, EA and BD. RGB value is (174,234,189). Sum of RGB (Red+Green+Blue) = 174+234+189=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEABD is #511542. Grayscale: #D3D3D3. Windows color (decimal): -5313859 or 12446382. OLE color: 12446382.
HSL color Cylindrical-coordinate representation of color #AEEABD: hue angle of 135º 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 #AEEABD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 189 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.08 |
| HSL | 135º | 0.59% | 0.8% | - |
| HSV(B) | 135º | 0.26% | 0.92% | - |
| XYZ | 56.06 | 71.52 | 58.99 | - |
| YUV | 210.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 189 | 0.26 | 0 | 0.19 | 0.08 | 135 | 0.59 | 0.8 |
| Hex | AE | EA | BD | 1A | 0 | 13 | 8 | 87 | 3B | 50 |
| Octal | 256 | 352 | 275 | 32 | 0 | 23 | 10 | 207 | 73 | 120 |
| Binary | 10101110 | 11101010 | 10111101 | 11010 | 0 | 10011 | 1000 | 10000111 | 111011 | 1010000 |
Color Harmonies of #AEEABD
Complementary color
Monochromatic Colors of #AEEABD
Black with #AEEABD
Text Example
Text Example
White with #AEEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEABD; }
p { color: rgb(174,234,189); }
H1.HeaderClassName
{
color: #AEEABD;
}
.AnyTagClassName
{
color: #AEEABD;
}
</style>
background-color css
<style>
a { background-color: #AEEABD; }
a { background-color: rgb(174,234,189); }
div.DivClassName
{
background-color: #AEEABD;
}
.BgClassName
{
background-color: #AEEABD;
}
</style>
border-color css
<style>
span { border-color: #AEEABD; }
span { border-color: rgb(174,234,189); }
td.TdClassName
{
border-color: #AEEABD;
}
.TagClassName
{
border-color: #AEEABD;
}
</style>