Shades of Fringy Flower #AEEDBA
Tints of Fringy Flower #AEEDBA
RGB
CMYK
RGB Variations
Color information
#AEEDBA (or 0xAEEDBA) is known color: Fringy Flower. HEX triplet: AE, ED and BA. RGB value is (174,237,186). Sum of RGB (Red+Green+Blue) = 174+237+186=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDBA is #511245. Grayscale: #D4D4D4. Windows color (decimal): -5313094 or 12250542. OLE color: 12250542.
HSL color Cylindrical-coordinate representation of color #AEEDBA: hue angle of 131.43º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDBA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 186 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.07 |
| HSL | 131.43º | 0.64% | 0.81% | - |
| HSV(B) | 131.43º | 0.27% | 0.93% | - |
| XYZ | 56.6 | 73.11 | 57.58 | - |
| YUV | 212.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 186 | 0.27 | 0 | 0.22 | 0.07 | 131.43 | 0.64 | 0.81 |
| Hex | AE | ED | BA | 1B | 0 | 16 | 7 | 83 | 40 | 51 |
| Octal | 256 | 355 | 272 | 33 | 0 | 26 | 7 | 203 | 100 | 121 |
| Binary | 10101110 | 11101101 | 10111010 | 11011 | 0 | 10110 | 111 | 10000011 | 1000000 | 1010001 |
Color Harmonies of #AEEDBA
Complementary color
Monochromatic Colors of #AEEDBA
Black with #AEEDBA
Text Example
Text Example
White with #AEEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDBA; }
p { color: rgb(174,237,186); }
H1.HeaderClassName
{
color: #AEEDBA;
}
.AnyTagClassName
{
color: #AEEDBA;
}
</style>
background-color css
<style>
a { background-color: #AEEDBA; }
a { background-color: rgb(174,237,186); }
div.DivClassName
{
background-color: #AEEDBA;
}
.BgClassName
{
background-color: #AEEDBA;
}
</style>
border-color css
<style>
span { border-color: #AEEDBA; }
span { border-color: rgb(174,237,186); }
td.TdClassName
{
border-color: #AEEDBA;
}
.TagClassName
{
border-color: #AEEDBA;
}
</style>