Shades of Fringy Flower #AAF2BA
Tints of Fringy Flower #AAF2BA
RGB
CMYK
RGB Variations
Color information
#AAF2BA (or 0xAAF2BA) is known color: Fringy Flower. HEX triplet: AA, F2 and BA. RGB value is (170,242,186). Sum of RGB (Red+Green+Blue) = 170+242+186=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2BA is #550D45. Grayscale: #D6D6D6. Windows color (decimal): -5573958 or 12251818. OLE color: 12251818.
HSL color Cylindrical-coordinate representation of color #AAF2BA: hue angle of 133.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2BA is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 186 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.05 |
| HSL | 133.33º | 0.73% | 0.81% | - |
| HSV(B) | 133.33º | 0.3% | 0.95% | - |
| XYZ | 57.19 | 75.6 | 58.03 | - |
| YUV | 214.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 186 | 0.30 | 0 | 0.23 | 0.05 | 133.33 | 0.73 | 0.81 |
| Hex | AA | F2 | BA | 1E | 0 | 17 | 5 | 85 | 49 | 51 |
| Octal | 252 | 362 | 272 | 36 | 0 | 27 | 5 | 205 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10111010 | 11110 | 0 | 10111 | 101 | 10000101 | 1001001 | 1010001 |
Color Harmonies of #AAF2BA
Complementary color
Monochromatic Colors of #AAF2BA
Black with #AAF2BA
Text Example
Text Example
White with #AAF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2BA; }
p { color: rgb(170,242,186); }
H1.HeaderClassName
{
color: #AAF2BA;
}
.AnyTagClassName
{
color: #AAF2BA;
}
</style>
background-color css
<style>
a { background-color: #AAF2BA; }
a { background-color: rgb(170,242,186); }
div.DivClassName
{
background-color: #AAF2BA;
}
.BgClassName
{
background-color: #AAF2BA;
}
</style>
border-color css
<style>
span { border-color: #AAF2BA; }
span { border-color: rgb(170,242,186); }
td.TdClassName
{
border-color: #AAF2BA;
}
.TagClassName
{
border-color: #AAF2BA;
}
</style>