Shades of Fringy Flower #AAEAB8
Tints of Fringy Flower #AAEAB8
RGB
CMYK
RGB Variations
Color information
#AAEAB8 (or 0xAAEAB8) is known color: Fringy Flower. HEX triplet: AA, EA and B8. RGB value is (170,234,184). Sum of RGB (Red+Green+Blue) = 170+234+184=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAB8 is #551547. Grayscale: #D1D1D1. Windows color (decimal): -5576008 or 12118698. OLE color: 12118698.
HSL color Cylindrical-coordinate representation of color #AAEAB8: hue angle of 133.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAB8 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 184 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.08 |
| HSL | 133.13º | 0.6% | 0.79% | - |
| HSV(B) | 133.13º | 0.27% | 0.92% | - |
| XYZ | 54.65 | 70.85 | 56.14 | - |
| YUV | 209.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 184 | 0.27 | 0 | 0.21 | 0.08 | 133.13 | 0.6 | 0.79 |
| Hex | AA | EA | B8 | 1B | 0 | 15 | 8 | 85 | 3C | 4F |
| Octal | 252 | 352 | 270 | 33 | 0 | 25 | 10 | 205 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10111000 | 11011 | 0 | 10101 | 1000 | 10000101 | 111100 | 1001111 |
Color Harmonies of #AAEAB8
Complementary color
Monochromatic Colors of #AAEAB8
Black with #AAEAB8
Text Example
Text Example
White with #AAEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAB8; }
p { color: rgb(170,234,184); }
H1.HeaderClassName
{
color: #AAEAB8;
}
.AnyTagClassName
{
color: #AAEAB8;
}
</style>
background-color css
<style>
a { background-color: #AAEAB8; }
a { background-color: rgb(170,234,184); }
div.DivClassName
{
background-color: #AAEAB8;
}
.BgClassName
{
background-color: #AAEAB8;
}
</style>
border-color css
<style>
span { border-color: #AAEAB8; }
span { border-color: rgb(170,234,184); }
td.TdClassName
{
border-color: #AAEAB8;
}
.TagClassName
{
border-color: #AAEAB8;
}
</style>