Shades of Fringy Flower #AAF0B9
Tints of Fringy Flower #AAF0B9
RGB
CMYK
RGB Variations
Color information
#AAF0B9 (or 0xAAF0B9) is known color: Fringy Flower. HEX triplet: AA, F0 and B9. RGB value is (170,240,185). Sum of RGB (Red+Green+Blue) = 170+240+185=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0B9 is #550F46. Grayscale: #D4D4D4. Windows color (decimal): -5574471 or 12185770. OLE color: 12185770.
HSL color Cylindrical-coordinate representation of color #AAF0B9: hue angle of 132.86º 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 #AAF0B9 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 185 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.06 |
| HSL | 132.86º | 0.7% | 0.8% | - |
| HSV(B) | 132.86º | 0.29% | 0.94% | - |
| XYZ | 56.49 | 74.37 | 57.28 | - |
| YUV | 212.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 185 | 0.29 | 0 | 0.23 | 0.06 | 132.86 | 0.7 | 0.8 |
| Hex | AA | F0 | B9 | 1D | 0 | 17 | 6 | 85 | 46 | 50 |
| Octal | 252 | 360 | 271 | 35 | 0 | 27 | 6 | 205 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10111001 | 11101 | 0 | 10111 | 110 | 10000101 | 1000110 | 1010000 |
Color Harmonies of #AAF0B9
Complementary color
Monochromatic Colors of #AAF0B9
Black with #AAF0B9
Text Example
Text Example
White with #AAF0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0B9; }
p { color: rgb(170,240,185); }
H1.HeaderClassName
{
color: #AAF0B9;
}
.AnyTagClassName
{
color: #AAF0B9;
}
</style>
background-color css
<style>
a { background-color: #AAF0B9; }
a { background-color: rgb(170,240,185); }
div.DivClassName
{
background-color: #AAF0B9;
}
.BgClassName
{
background-color: #AAF0B9;
}
</style>
border-color css
<style>
span { border-color: #AAF0B9; }
span { border-color: rgb(170,240,185); }
td.TdClassName
{
border-color: #AAF0B9;
}
.TagClassName
{
border-color: #AAF0B9;
}
</style>