Shades of Fringy Flower #AAF0BA
Tints of Fringy Flower #AAF0BA
RGB
CMYK
RGB Variations
Color information
#AAF0BA (or 0xAAF0BA) is known color: Fringy Flower. HEX triplet: AA, F0 and BA. RGB value is (170,240,186). Sum of RGB (Red+Green+Blue) = 170+240+186=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0BA is #550F45. Grayscale: #D5D5D5. Windows color (decimal): -5574470 or 12251306. OLE color: 12251306.
HSL color Cylindrical-coordinate representation of color #AAF0BA: hue angle of 133.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0BA is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 186 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.06 |
| HSL | 133.71º | 0.7% | 0.8% | - |
| HSV(B) | 133.71º | 0.29% | 0.94% | - |
| XYZ | 56.6 | 74.41 | 57.83 | - |
| YUV | 212.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 186 | 0.29 | 0 | 0.22 | 0.06 | 133.71 | 0.7 | 0.8 |
| Hex | AA | F0 | BA | 1D | 0 | 16 | 6 | 86 | 46 | 50 |
| Octal | 252 | 360 | 272 | 35 | 0 | 26 | 6 | 206 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10111010 | 11101 | 0 | 10110 | 110 | 10000110 | 1000110 | 1010000 |
Color Harmonies of #AAF0BA
Complementary color
Monochromatic Colors of #AAF0BA
Black with #AAF0BA
Text Example
Text Example
White with #AAF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0BA; }
p { color: rgb(170,240,186); }
H1.HeaderClassName
{
color: #AAF0BA;
}
.AnyTagClassName
{
color: #AAF0BA;
}
</style>
background-color css
<style>
a { background-color: #AAF0BA; }
a { background-color: rgb(170,240,186); }
div.DivClassName
{
background-color: #AAF0BA;
}
.BgClassName
{
background-color: #AAF0BA;
}
</style>
border-color css
<style>
span { border-color: #AAF0BA; }
span { border-color: rgb(170,240,186); }
td.TdClassName
{
border-color: #AAF0BA;
}
.TagClassName
{
border-color: #AAF0BA;
}
</style>