Shades of Fringy Flower #AAEBB8
Tints of Fringy Flower #AAEBB8
RGB
CMYK
RGB Variations
Color information
#AAEBB8 (or 0xAAEBB8) is known color: Fringy Flower. HEX triplet: AA, EB and B8. RGB value is (170,235,184). Sum of RGB (Red+Green+Blue) = 170+235+184=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBB8 is #551447. Grayscale: #D1D1D1. Windows color (decimal): -5575752 or 12118954. OLE color: 12118954.
HSL color Cylindrical-coordinate representation of color #AAEBB8: hue angle of 132.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBB8 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 184 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.08 |
| HSL | 132.92º | 0.62% | 0.79% | - |
| HSV(B) | 132.92º | 0.28% | 0.92% | - |
| XYZ | 54.94 | 71.42 | 56.24 | - |
| YUV | 209.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 184 | 0.28 | 0 | 0.22 | 0.08 | 132.92 | 0.62 | 0.79 |
| Hex | AA | EB | B8 | 1C | 0 | 16 | 8 | 85 | 3E | 4F |
| Octal | 252 | 353 | 270 | 34 | 0 | 26 | 10 | 205 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10111000 | 11100 | 0 | 10110 | 1000 | 10000101 | 111110 | 1001111 |
Color Harmonies of #AAEBB8
Complementary color
Monochromatic Colors of #AAEBB8
Black with #AAEBB8
Text Example
Text Example
White with #AAEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBB8; }
p { color: rgb(170,235,184); }
H1.HeaderClassName
{
color: #AAEBB8;
}
.AnyTagClassName
{
color: #AAEBB8;
}
</style>
background-color css
<style>
a { background-color: #AAEBB8; }
a { background-color: rgb(170,235,184); }
div.DivClassName
{
background-color: #AAEBB8;
}
.BgClassName
{
background-color: #AAEBB8;
}
</style>
border-color css
<style>
span { border-color: #AAEBB8; }
span { border-color: rgb(170,235,184); }
td.TdClassName
{
border-color: #AAEBB8;
}
.TagClassName
{
border-color: #AAEBB8;
}
</style>