Shades of Fringy Flower #AAF0BD
Tints of Fringy Flower #AAF0BD
RGB
CMYK
RGB Variations
Color information
#AAF0BD (or 0xAAF0BD) is known color: Fringy Flower. HEX triplet: AA, F0 and BD. RGB value is (170,240,189). Sum of RGB (Red+Green+Blue) = 170+240+189=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0BD is #550F42. Grayscale: #D5D5D5. Windows color (decimal): -5574467 or 12447914. OLE color: 12447914.
HSL color Cylindrical-coordinate representation of color #AAF0BD: hue angle of 136.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0BD is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 189 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.06 |
| HSL | 136.29º | 0.7% | 0.8% | - |
| HSV(B) | 136.29º | 0.29% | 0.94% | - |
| XYZ | 56.92 | 74.54 | 59.53 | - |
| YUV | 213.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 189 | 0.29 | 0 | 0.21 | 0.06 | 136.29 | 0.7 | 0.8 |
| Hex | AA | F0 | BD | 1D | 0 | 15 | 6 | 88 | 46 | 50 |
| Octal | 252 | 360 | 275 | 35 | 0 | 25 | 6 | 210 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10111101 | 11101 | 0 | 10101 | 110 | 10001000 | 1000110 | 1010000 |
Color Harmonies of #AAF0BD
Complementary color
Monochromatic Colors of #AAF0BD
Black with #AAF0BD
Text Example
Text Example
White with #AAF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0BD; }
p { color: rgb(170,240,189); }
H1.HeaderClassName
{
color: #AAF0BD;
}
.AnyTagClassName
{
color: #AAF0BD;
}
</style>
background-color css
<style>
a { background-color: #AAF0BD; }
a { background-color: rgb(170,240,189); }
div.DivClassName
{
background-color: #AAF0BD;
}
.BgClassName
{
background-color: #AAF0BD;
}
</style>
border-color css
<style>
span { border-color: #AAF0BD; }
span { border-color: rgb(170,240,189); }
td.TdClassName
{
border-color: #AAF0BD;
}
.TagClassName
{
border-color: #AAF0BD;
}
</style>