Shades of Fringy Flower #AAECBA
Tints of Fringy Flower #AAECBA
RGB
CMYK
RGB Variations
Color information
#AAECBA (or 0xAAECBA) is known color: Fringy Flower. HEX triplet: AA, EC and BA. RGB value is (170,236,186). Sum of RGB (Red+Green+Blue) = 170+236+186=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBA is #551345. Grayscale: #D2D2D2. Windows color (decimal): -5575494 or 12250282. OLE color: 12250282.
HSL color Cylindrical-coordinate representation of color #AAECBA: hue angle of 134.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECBA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 186 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 134.55º | 0.63% | 0.8% | - |
| HSV(B) | 134.55º | 0.28% | 0.93% | - |
| XYZ | 55.44 | 72.08 | 57.45 | - |
| YUV | 210.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 186 | 0.28 | 0 | 0.21 | 0.07 | 134.55 | 0.63 | 0.8 |
| Hex | AA | EC | BA | 1C | 0 | 15 | 7 | 87 | 3F | 50 |
| Octal | 252 | 354 | 272 | 34 | 0 | 25 | 7 | 207 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10111010 | 11100 | 0 | 10101 | 111 | 10000111 | 111111 | 1010000 |
Color Harmonies of #AAECBA
Complementary color
Monochromatic Colors of #AAECBA
Black with #AAECBA
Text Example
Text Example
White with #AAECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECBA; }
p { color: rgb(170,236,186); }
H1.HeaderClassName
{
color: #AAECBA;
}
.AnyTagClassName
{
color: #AAECBA;
}
</style>
background-color css
<style>
a { background-color: #AAECBA; }
a { background-color: rgb(170,236,186); }
div.DivClassName
{
background-color: #AAECBA;
}
.BgClassName
{
background-color: #AAECBA;
}
</style>
border-color css
<style>
span { border-color: #AAECBA; }
span { border-color: rgb(170,236,186); }
td.TdClassName
{
border-color: #AAECBA;
}
.TagClassName
{
border-color: #AAECBA;
}
</style>