Shades of Fringy Flower #AAF7BA
Tints of Fringy Flower #AAF7BA
RGB
CMYK
RGB Variations
Color information
#AAF7BA (or 0xAAF7BA) is known color: Fringy Flower. HEX triplet: AA, F7 and BA. RGB value is (170,247,186). Sum of RGB (Red+Green+Blue) = 170+247+186=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7BA is #550845. Grayscale: #D9D9D9. Windows color (decimal): -5572678 or 12253098. OLE color: 12253098.
HSL color Cylindrical-coordinate representation of color #AAF7BA: hue angle of 132.47º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7BA is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 186 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.03 |
| HSL | 132.47º | 0.83% | 0.82% | - |
| HSV(B) | 132.47º | 0.31% | 0.97% | - |
| XYZ | 58.7 | 78.61 | 58.53 | - |
| YUV | 217.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 186 | 0.31 | 0 | 0.25 | 0.03 | 132.47 | 0.83 | 0.82 |
| Hex | AA | F7 | BA | 1F | 0 | 19 | 3 | 84 | 53 | 52 |
| Octal | 252 | 367 | 272 | 37 | 0 | 31 | 3 | 204 | 123 | 122 |
| Binary | 10101010 | 11110111 | 10111010 | 11111 | 0 | 11001 | 11 | 10000100 | 1010011 | 1010010 |
Color Harmonies of #AAF7BA
Complementary color
Monochromatic Colors of #AAF7BA
Black with #AAF7BA
Text Example
Text Example
White with #AAF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7BA; }
p { color: rgb(170,247,186); }
H1.HeaderClassName
{
color: #AAF7BA;
}
.AnyTagClassName
{
color: #AAF7BA;
}
</style>
background-color css
<style>
a { background-color: #AAF7BA; }
a { background-color: rgb(170,247,186); }
div.DivClassName
{
background-color: #AAF7BA;
}
.BgClassName
{
background-color: #AAF7BA;
}
</style>
border-color css
<style>
span { border-color: #AAF7BA; }
span { border-color: rgb(170,247,186); }
td.TdClassName
{
border-color: #AAF7BA;
}
.TagClassName
{
border-color: #AAF7BA;
}
</style>