Shades of Fringy Flower #AAF2BB
Tints of Fringy Flower #AAF2BB
RGB
CMYK
RGB Variations
Color information
#AAF2BB (or 0xAAF2BB) is known color: Fringy Flower. HEX triplet: AA, F2 and BB. RGB value is (170,242,187). Sum of RGB (Red+Green+Blue) = 170+242+187=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2BB is #550D44. Grayscale: #D6D6D6. Windows color (decimal): -5573957 or 12317354. OLE color: 12317354.
HSL color Cylindrical-coordinate representation of color #AAF2BB: hue angle of 134.17º 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 #AAF2BB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 187 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.05 |
| HSL | 134.17º | 0.73% | 0.81% | - |
| HSV(B) | 134.17º | 0.3% | 0.95% | - |
| XYZ | 57.3 | 75.64 | 58.59 | - |
| YUV | 214.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 187 | 0.30 | 0 | 0.23 | 0.05 | 134.17 | 0.73 | 0.81 |
| Hex | AA | F2 | BB | 1E | 0 | 17 | 5 | 86 | 49 | 51 |
| Octal | 252 | 362 | 273 | 36 | 0 | 27 | 5 | 206 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10111011 | 11110 | 0 | 10111 | 101 | 10000110 | 1001001 | 1010001 |
Color Harmonies of #AAF2BB
Complementary color
Monochromatic Colors of #AAF2BB
Black with #AAF2BB
Text Example
Text Example
White with #AAF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2BB; }
p { color: rgb(170,242,187); }
H1.HeaderClassName
{
color: #AAF2BB;
}
.AnyTagClassName
{
color: #AAF2BB;
}
</style>
background-color css
<style>
a { background-color: #AAF2BB; }
a { background-color: rgb(170,242,187); }
div.DivClassName
{
background-color: #AAF2BB;
}
.BgClassName
{
background-color: #AAF2BB;
}
</style>
border-color css
<style>
span { border-color: #AAF2BB; }
span { border-color: rgb(170,242,187); }
td.TdClassName
{
border-color: #AAF2BB;
}
.TagClassName
{
border-color: #AAF2BB;
}
</style>