Shades of Fringy Flower #AAF1BA
Tints of Fringy Flower #AAF1BA
RGB
CMYK
RGB Variations
Color information
#AAF1BA (or 0xAAF1BA) is known color: Fringy Flower. HEX triplet: AA, F1 and BA. RGB value is (170,241,186). Sum of RGB (Red+Green+Blue) = 170+241+186=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1BA is #550E45. Grayscale: #D5D5D5. Windows color (decimal): -5574214 or 12251562. OLE color: 12251562.
HSL color Cylindrical-coordinate representation of color #AAF1BA: hue angle of 133.52º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1BA is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 186 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.05 |
| HSL | 133.52º | 0.72% | 0.81% | - |
| HSV(B) | 133.52º | 0.29% | 0.95% | - |
| XYZ | 56.9 | 75 | 57.93 | - |
| YUV | 213.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 186 | 0.29 | 0 | 0.23 | 0.05 | 133.52 | 0.72 | 0.81 |
| Hex | AA | F1 | BA | 1D | 0 | 17 | 5 | 86 | 48 | 51 |
| Octal | 252 | 361 | 272 | 35 | 0 | 27 | 5 | 206 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10111010 | 11101 | 0 | 10111 | 101 | 10000110 | 1001000 | 1010001 |
Color Harmonies of #AAF1BA
Complementary color
Monochromatic Colors of #AAF1BA
Black with #AAF1BA
Text Example
Text Example
White with #AAF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1BA; }
p { color: rgb(170,241,186); }
H1.HeaderClassName
{
color: #AAF1BA;
}
.AnyTagClassName
{
color: #AAF1BA;
}
</style>
background-color css
<style>
a { background-color: #AAF1BA; }
a { background-color: rgb(170,241,186); }
div.DivClassName
{
background-color: #AAF1BA;
}
.BgClassName
{
background-color: #AAF1BA;
}
</style>
border-color css
<style>
span { border-color: #AAF1BA; }
span { border-color: rgb(170,241,186); }
td.TdClassName
{
border-color: #AAF1BA;
}
.TagClassName
{
border-color: #AAF1BA;
}
</style>