Shades of Fringy Flower #AAECB6
Tints of Fringy Flower #AAECB6
RGB
CMYK
RGB Variations
Color information
#AAECB6 (or 0xAAECB6) is known color: Fringy Flower. HEX triplet: AA, EC and B6. RGB value is (170,236,182). Sum of RGB (Red+Green+Blue) = 170+236+182=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECB6 is #551349. Grayscale: #D2D2D2. Windows color (decimal): -5575498 or 11988138. OLE color: 11988138.
HSL color Cylindrical-coordinate representation of color #AAECB6: hue angle of 130.91º 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 #AAECB6 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 182 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.07 |
| HSL | 130.91º | 0.63% | 0.8% | - |
| HSV(B) | 130.91º | 0.28% | 0.93% | - |
| XYZ | 55.02 | 71.91 | 55.24 | - |
| YUV | 210.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 182 | 0.28 | 0 | 0.23 | 0.07 | 130.91 | 0.63 | 0.8 |
| Hex | AA | EC | B6 | 1C | 0 | 17 | 7 | 83 | 3F | 50 |
| Octal | 252 | 354 | 266 | 34 | 0 | 27 | 7 | 203 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10110110 | 11100 | 0 | 10111 | 111 | 10000011 | 111111 | 1010000 |
Color Harmonies of #AAECB6
Complementary color
Monochromatic Colors of #AAECB6
Black with #AAECB6
Text Example
Text Example
White with #AAECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECB6; }
p { color: rgb(170,236,182); }
H1.HeaderClassName
{
color: #AAECB6;
}
.AnyTagClassName
{
color: #AAECB6;
}
</style>
background-color css
<style>
a { background-color: #AAECB6; }
a { background-color: rgb(170,236,182); }
div.DivClassName
{
background-color: #AAECB6;
}
.BgClassName
{
background-color: #AAECB6;
}
</style>
border-color css
<style>
span { border-color: #AAECB6; }
span { border-color: rgb(170,236,182); }
td.TdClassName
{
border-color: #AAECB6;
}
.TagClassName
{
border-color: #AAECB6;
}
</style>