Shades of Fringy Flower #AAEABB
Tints of Fringy Flower #AAEABB
RGB
CMYK
RGB Variations
Color information
#AAEABB (or 0xAAEABB) is known color: Fringy Flower. HEX triplet: AA, EA and BB. RGB value is (170,234,187). Sum of RGB (Red+Green+Blue) = 170+234+187=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEABB is #551544. Grayscale: #D1D1D1. Windows color (decimal): -5576005 or 12315306. OLE color: 12315306.
HSL color Cylindrical-coordinate representation of color #AAEABB: hue angle of 135.94º 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 #AAEABB is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 187 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.08 |
| HSL | 135.94º | 0.6% | 0.79% | - |
| HSV(B) | 135.94º | 0.27% | 0.92% | - |
| XYZ | 54.97 | 70.98 | 57.82 | - |
| YUV | 209.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 187 | 0.27 | 0 | 0.20 | 0.08 | 135.94 | 0.6 | 0.79 |
| Hex | AA | EA | BB | 1B | 0 | 14 | 8 | 88 | 3C | 4F |
| Octal | 252 | 352 | 273 | 33 | 0 | 24 | 10 | 210 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10111011 | 11011 | 0 | 10100 | 1000 | 10001000 | 111100 | 1001111 |
Color Harmonies of #AAEABB
Complementary color
Monochromatic Colors of #AAEABB
Black with #AAEABB
Text Example
Text Example
White with #AAEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEABB; }
p { color: rgb(170,234,187); }
H1.HeaderClassName
{
color: #AAEABB;
}
.AnyTagClassName
{
color: #AAEABB;
}
</style>
background-color css
<style>
a { background-color: #AAEABB; }
a { background-color: rgb(170,234,187); }
div.DivClassName
{
background-color: #AAEABB;
}
.BgClassName
{
background-color: #AAEABB;
}
</style>
border-color css
<style>
span { border-color: #AAEABB; }
span { border-color: rgb(170,234,187); }
td.TdClassName
{
border-color: #AAEABB;
}
.TagClassName
{
border-color: #AAEABB;
}
</style>