Shades of Fringy Flower #AAF0B8
Tints of Fringy Flower #AAF0B8
RGB
CMYK
RGB Variations
Color information
#AAF0B8 (or 0xAAF0B8) is known color: Fringy Flower. HEX triplet: AA, F0 and B8. RGB value is (170,240,184). Sum of RGB (Red+Green+Blue) = 170+240+184=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0B8 is #550F47. Grayscale: #D4D4D4. Windows color (decimal): -5574472 or 12120234. OLE color: 12120234.
HSL color Cylindrical-coordinate representation of color #AAF0B8: hue angle of 132º 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 #AAF0B8 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 184 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.06 |
| HSL | 132º | 0.7% | 0.8% | - |
| HSV(B) | 132º | 0.29% | 0.94% | - |
| XYZ | 56.39 | 74.33 | 56.72 | - |
| YUV | 212.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 184 | 0.29 | 0 | 0.23 | 0.06 | 132 | 0.7 | 0.8 |
| Hex | AA | F0 | B8 | 1D | 0 | 17 | 6 | 84 | 46 | 50 |
| Octal | 252 | 360 | 270 | 35 | 0 | 27 | 6 | 204 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10111000 | 11101 | 0 | 10111 | 110 | 10000100 | 1000110 | 1010000 |
Color Harmonies of #AAF0B8
Complementary color
Monochromatic Colors of #AAF0B8
Black with #AAF0B8
Text Example
Text Example
White with #AAF0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0B8; }
p { color: rgb(170,240,184); }
H1.HeaderClassName
{
color: #AAF0B8;
}
.AnyTagClassName
{
color: #AAF0B8;
}
</style>
background-color css
<style>
a { background-color: #AAF0B8; }
a { background-color: rgb(170,240,184); }
div.DivClassName
{
background-color: #AAF0B8;
}
.BgClassName
{
background-color: #AAF0B8;
}
</style>
border-color css
<style>
span { border-color: #AAF0B8; }
span { border-color: rgb(170,240,184); }
td.TdClassName
{
border-color: #AAF0B8;
}
.TagClassName
{
border-color: #AAF0B8;
}
</style>