Shades of Fringy Flower #AAF9BA
Tints of Fringy Flower #AAF9BA
RGB
CMYK
RGB Variations
Color information
#AAF9BA (or 0xAAF9BA) is known color: Fringy Flower. HEX triplet: AA, F9 and BA. RGB value is (170,249,186). Sum of RGB (Red+Green+Blue) = 170+249+186=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9BA is #550645. Grayscale: #DADADA. Windows color (decimal): -5572166 or 12253610. OLE color: 12253610.
HSL color Cylindrical-coordinate representation of color #AAF9BA: hue angle of 132.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9BA is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 186 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.02 |
| HSL | 132.15º | 0.87% | 0.82% | - |
| HSV(B) | 132.15º | 0.32% | 0.98% | - |
| XYZ | 59.32 | 79.84 | 58.74 | - |
| YUV | 218.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 186 | 0.32 | 0 | 0.25 | 0.02 | 132.15 | 0.87 | 0.82 |
| Hex | AA | F9 | BA | 20 | 0 | 19 | 2 | 84 | 57 | 52 |
| Octal | 252 | 371 | 272 | 40 | 0 | 31 | 2 | 204 | 127 | 122 |
| Binary | 10101010 | 11111001 | 10111010 | 100000 | 0 | 11001 | 10 | 10000100 | 1010111 | 1010010 |
Color Harmonies of #AAF9BA
Complementary color
Monochromatic Colors of #AAF9BA
Black with #AAF9BA
Text Example
Text Example
White with #AAF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9BA; }
p { color: rgb(170,249,186); }
H1.HeaderClassName
{
color: #AAF9BA;
}
.AnyTagClassName
{
color: #AAF9BA;
}
</style>
background-color css
<style>
a { background-color: #AAF9BA; }
a { background-color: rgb(170,249,186); }
div.DivClassName
{
background-color: #AAF9BA;
}
.BgClassName
{
background-color: #AAF9BA;
}
</style>
border-color css
<style>
span { border-color: #AAF9BA; }
span { border-color: rgb(170,249,186); }
td.TdClassName
{
border-color: #AAF9BA;
}
.TagClassName
{
border-color: #AAF9BA;
}
</style>