Shades of Fringy Flower #AAF1BB
Tints of Fringy Flower #AAF1BB
RGB
CMYK
RGB Variations
Color information
#AAF1BB (or 0xAAF1BB) is known color: Fringy Flower. HEX triplet: AA, F1 and BB. RGB value is (170,241,187). Sum of RGB (Red+Green+Blue) = 170+241+187=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1BB is #550E44. Grayscale: #D5D5D5. Windows color (decimal): -5574213 or 12317098. OLE color: 12317098.
HSL color Cylindrical-coordinate representation of color #AAF1BB: hue angle of 134.37º 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 #AAF1BB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 187 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.05 |
| HSL | 134.37º | 0.72% | 0.81% | - |
| HSV(B) | 134.37º | 0.29% | 0.95% | - |
| XYZ | 57 | 75.04 | 58.49 | - |
| YUV | 213.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 187 | 0.29 | 0 | 0.22 | 0.05 | 134.37 | 0.72 | 0.81 |
| Hex | AA | F1 | BB | 1D | 0 | 16 | 5 | 86 | 48 | 51 |
| Octal | 252 | 361 | 273 | 35 | 0 | 26 | 5 | 206 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10111011 | 11101 | 0 | 10110 | 101 | 10000110 | 1001000 | 1010001 |
Color Harmonies of #AAF1BB
Complementary color
Monochromatic Colors of #AAF1BB
Black with #AAF1BB
Text Example
Text Example
White with #AAF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1BB; }
p { color: rgb(170,241,187); }
H1.HeaderClassName
{
color: #AAF1BB;
}
.AnyTagClassName
{
color: #AAF1BB;
}
</style>
background-color css
<style>
a { background-color: #AAF1BB; }
a { background-color: rgb(170,241,187); }
div.DivClassName
{
background-color: #AAF1BB;
}
.BgClassName
{
background-color: #AAF1BB;
}
</style>
border-color css
<style>
span { border-color: #AAF1BB; }
span { border-color: rgb(170,241,187); }
td.TdClassName
{
border-color: #AAF1BB;
}
.TagClassName
{
border-color: #AAF1BB;
}
</style>