Shades of Fringy Flower #AAFBB7
Tints of Fringy Flower #AAFBB7
RGB
CMYK
RGB Variations
Color information
#AAFBB7 (or 0xAAFBB7) is known color: Fringy Flower. HEX triplet: AA, FB and B7. RGB value is (170,251,183). Sum of RGB (Red+Green+Blue) = 170+251+183=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB7 is #550448. Grayscale: #DBDBDB. Windows color (decimal): -5571657 or 12057514. OLE color: 12057514.
HSL color Cylindrical-coordinate representation of color #AAFBB7: hue angle of 129.63º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBB7 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 183 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.02 |
| HSL | 129.63º | 0.91% | 0.83% | - |
| HSV(B) | 129.63º | 0.32% | 0.98% | - |
| XYZ | 59.62 | 80.96 | 57.28 | - |
| YUV | 219.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 183 | 0.32 | 0 | 0.27 | 0.02 | 129.63 | 0.91 | 0.83 |
| Hex | AA | FB | B7 | 20 | 0 | 1B | 2 | 82 | 5B | 53 |
| Octal | 252 | 373 | 267 | 40 | 0 | 33 | 2 | 202 | 133 | 123 |
| Binary | 10101010 | 11111011 | 10110111 | 100000 | 0 | 11011 | 10 | 10000010 | 1011011 | 1010011 |
Color Harmonies of #AAFBB7
Complementary color
Monochromatic Colors of #AAFBB7
Black with #AAFBB7
Text Example
Text Example
White with #AAFBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBB7; }
p { color: rgb(170,251,183); }
H1.HeaderClassName
{
color: #AAFBB7;
}
.AnyTagClassName
{
color: #AAFBB7;
}
</style>
background-color css
<style>
a { background-color: #AAFBB7; }
a { background-color: rgb(170,251,183); }
div.DivClassName
{
background-color: #AAFBB7;
}
.BgClassName
{
background-color: #AAFBB7;
}
</style>
border-color css
<style>
span { border-color: #AAFBB7; }
span { border-color: rgb(170,251,183); }
td.TdClassName
{
border-color: #AAFBB7;
}
.TagClassName
{
border-color: #AAFBB7;
}
</style>