Shades of Fringy Flower #AAECB7
Tints of Fringy Flower #AAECB7
RGB
CMYK
RGB Variations
Color information
#AAECB7 (or 0xAAECB7) is known color: Fringy Flower. HEX triplet: AA, EC and B7. RGB value is (170,236,183). Sum of RGB (Red+Green+Blue) = 170+236+183=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECB7 is #551348. Grayscale: #D2D2D2. Windows color (decimal): -5575497 or 12053674. OLE color: 12053674.
HSL color Cylindrical-coordinate representation of color #AAECB7: hue angle of 131.82º 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 #AAECB7 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 236 | 183 | - |
CMYK | 0.28 | 0 | 0.22 | 0.07 |
HSL | 131.82º | 0.63% | 0.8% | - |
HSV(B) | 131.82º | 0.28% | 0.93% | - |
XYZ | 55.12 | 71.96 | 55.78 | - |
YUV | 210.22 | 112.63 | 99.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 236 | 183 | 0.28 | 0 | 0.22 | 0.07 | 131.82 | 0.63 | 0.8 |
Hex | AA | EC | B7 | 1C | 0 | 16 | 7 | 84 | 3F | 50 |
Octal | 252 | 354 | 267 | 34 | 0 | 26 | 7 | 204 | 77 | 120 |
Binary | 10101010 | 11101100 | 10110111 | 11100 | 0 | 10110 | 111 | 10000100 | 111111 | 1010000 |
Color Harmonies of #AAECB7
Complementary color
Monochromatic Colors of #AAECB7
Black with #AAECB7
Text Example
Text Example
White with #AAECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECB7; }
p { color: rgb(170,236,183); }
H1.HeaderClassName
{
color: #AAECB7;
}
.AnyTagClassName
{
color: #AAECB7;
}
</style>
background-color css
<style>
a { background-color: #AAECB7; }
a { background-color: rgb(170,236,183); }
div.DivClassName
{
background-color: #AAECB7;
}
.BgClassName
{
background-color: #AAECB7;
}
</style>
border-color css
<style>
span { border-color: #AAECB7; }
span { border-color: rgb(170,236,183); }
td.TdClassName
{
border-color: #AAECB7;
}
.TagClassName
{
border-color: #AAECB7;
}
</style>