Shades of Fringy Flower #AAFBBB
Tints of Fringy Flower #AAFBBB
RGB
CMYK
RGB Variations
Color information
#AAFBBB (or 0xAAFBBB) is known color: Fringy Flower. HEX triplet: AA, FB and BB. RGB value is (170,251,187). Sum of RGB (Red+Green+Blue) = 170+251+187=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBBB is #550444. Grayscale: #DBDBDB. Windows color (decimal): -5571653 or 12319658. OLE color: 12319658.
HSL color Cylindrical-coordinate representation of color #AAFBBB: hue angle of 132.59º 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 #AAFBBB is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 187 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.02 |
| HSL | 132.59º | 0.91% | 0.83% | - |
| HSV(B) | 132.59º | 0.32% | 0.98% | - |
| XYZ | 60.04 | 81.13 | 59.51 | - |
| YUV | 219.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 187 | 0.32 | 0 | 0.25 | 0.02 | 132.59 | 0.91 | 0.83 |
| Hex | AA | FB | BB | 20 | 0 | 19 | 2 | 85 | 5B | 53 |
| Octal | 252 | 373 | 273 | 40 | 0 | 31 | 2 | 205 | 133 | 123 |
| Binary | 10101010 | 11111011 | 10111011 | 100000 | 0 | 11001 | 10 | 10000101 | 1011011 | 1010011 |
Color Harmonies of #AAFBBB
Complementary color
Monochromatic Colors of #AAFBBB
Black with #AAFBBB
Text Example
Text Example
White with #AAFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBBB; }
p { color: rgb(170,251,187); }
H1.HeaderClassName
{
color: #AAFBBB;
}
.AnyTagClassName
{
color: #AAFBBB;
}
</style>
background-color css
<style>
a { background-color: #AAFBBB; }
a { background-color: rgb(170,251,187); }
div.DivClassName
{
background-color: #AAFBBB;
}
.BgClassName
{
background-color: #AAFBBB;
}
</style>
border-color css
<style>
span { border-color: #AAFBBB; }
span { border-color: rgb(170,251,187); }
td.TdClassName
{
border-color: #AAFBBB;
}
.TagClassName
{
border-color: #AAFBBB;
}
</style>