Shades of Fringy Flower #AAEABC
Tints of Fringy Flower #AAEABC
RGB
CMYK
RGB Variations
Color information
#AAEABC (or 0xAAEABC) is known color: Fringy Flower. HEX triplet: AA, EA and BC. RGB value is (170,234,188). Sum of RGB (Red+Green+Blue) = 170+234+188=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEABC is #551543. Grayscale: #D1D1D1. Windows color (decimal): -5576004 or 12380842. OLE color: 12380842.
HSL color Cylindrical-coordinate representation of color #AAEABC: hue angle of 136.88º 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 #AAEABC is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 188 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.08 |
| HSL | 136.88º | 0.6% | 0.79% | - |
| HSV(B) | 136.88º | 0.27% | 0.92% | - |
| XYZ | 55.08 | 71.02 | 58.38 | - |
| YUV | 209.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 188 | 0.27 | 0 | 0.20 | 0.08 | 136.88 | 0.6 | 0.79 |
| Hex | AA | EA | BC | 1B | 0 | 14 | 8 | 89 | 3C | 4F |
| Octal | 252 | 352 | 274 | 33 | 0 | 24 | 10 | 211 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10111100 | 11011 | 0 | 10100 | 1000 | 10001001 | 111100 | 1001111 |
Color Harmonies of #AAEABC
Complementary color
Monochromatic Colors of #AAEABC
Black with #AAEABC
Text Example
Text Example
White with #AAEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEABC; }
p { color: rgb(170,234,188); }
H1.HeaderClassName
{
color: #AAEABC;
}
.AnyTagClassName
{
color: #AAEABC;
}
</style>
background-color css
<style>
a { background-color: #AAEABC; }
a { background-color: rgb(170,234,188); }
div.DivClassName
{
background-color: #AAEABC;
}
.BgClassName
{
background-color: #AAEABC;
}
</style>
border-color css
<style>
span { border-color: #AAEABC; }
span { border-color: rgb(170,234,188); }
td.TdClassName
{
border-color: #AAEABC;
}
.TagClassName
{
border-color: #AAEABC;
}
</style>