Shades of Fringy Flower #AAF1B8
Tints of Fringy Flower #AAF1B8
RGB
CMYK
RGB Variations
Color information
#AAF1B8 (or 0xAAF1B8) is known color: Fringy Flower. HEX triplet: AA, F1 and B8. RGB value is (170,241,184). Sum of RGB (Red+Green+Blue) = 170+241+184=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1B8 is #550E47. Grayscale: #D5D5D5. Windows color (decimal): -5574216 or 12120490. OLE color: 12120490.
HSL color Cylindrical-coordinate representation of color #AAF1B8: hue angle of 131.83º 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 #AAF1B8 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 184 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.05 |
| HSL | 131.83º | 0.72% | 0.81% | - |
| HSV(B) | 131.83º | 0.29% | 0.95% | - |
| XYZ | 56.68 | 74.92 | 56.82 | - |
| YUV | 213.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 184 | 0.29 | 0 | 0.24 | 0.05 | 131.83 | 0.72 | 0.81 |
| Hex | AA | F1 | B8 | 1D | 0 | 18 | 5 | 84 | 48 | 51 |
| Octal | 252 | 361 | 270 | 35 | 0 | 30 | 5 | 204 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10111000 | 11101 | 0 | 11000 | 101 | 10000100 | 1001000 | 1010001 |
Color Harmonies of #AAF1B8
Complementary color
Monochromatic Colors of #AAF1B8
Black with #AAF1B8
Text Example
Text Example
White with #AAF1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1B8; }
p { color: rgb(170,241,184); }
H1.HeaderClassName
{
color: #AAF1B8;
}
.AnyTagClassName
{
color: #AAF1B8;
}
</style>
background-color css
<style>
a { background-color: #AAF1B8; }
a { background-color: rgb(170,241,184); }
div.DivClassName
{
background-color: #AAF1B8;
}
.BgClassName
{
background-color: #AAF1B8;
}
</style>
border-color css
<style>
span { border-color: #AAF1B8; }
span { border-color: rgb(170,241,184); }
td.TdClassName
{
border-color: #AAF1B8;
}
.TagClassName
{
border-color: #AAF1B8;
}
</style>