Shades of Fringy Flower #AAE5C0
Tints of Fringy Flower #AAE5C0
RGB
CMYK
RGB Variations
Color information
#AAE5C0 (or 0xAAE5C0) is known color: Fringy Flower. HEX triplet: AA, E5 and C0. RGB value is (170,229,192). Sum of RGB (Red+Green+Blue) = 170+229+192=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5C0 is #551A3F. Grayscale: #CFCFCF. Windows color (decimal): -5577280 or 12641706. OLE color: 12641706.
HSL color Cylindrical-coordinate representation of color #AAE5C0: hue angle of 142.37º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5C0 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 192 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.10 |
| HSL | 142.37º | 0.53% | 0.78% | - |
| HSV(B) | 142.37º | 0.26% | 0.9% | - |
| XYZ | 54.11 | 68.39 | 60.22 | - |
| YUV | 207.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 192 | 0.26 | 0 | 0.16 | 0.10 | 142.37 | 0.53 | 0.78 |
| Hex | AA | E5 | C0 | 1A | 0 | 10 | A | 8E | 35 | 4E |
| Octal | 252 | 345 | 300 | 32 | 0 | 20 | 12 | 216 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11000000 | 11010 | 0 | 10000 | 1010 | 10001110 | 110101 | 1001110 |
Color Harmonies of #AAE5C0
Complementary color
Monochromatic Colors of #AAE5C0
Black with #AAE5C0
Text Example
Text Example
White with #AAE5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5C0; }
p { color: rgb(170,229,192); }
H1.HeaderClassName
{
color: #AAE5C0;
}
.AnyTagClassName
{
color: #AAE5C0;
}
</style>
background-color css
<style>
a { background-color: #AAE5C0; }
a { background-color: rgb(170,229,192); }
div.DivClassName
{
background-color: #AAE5C0;
}
.BgClassName
{
background-color: #AAE5C0;
}
</style>
border-color css
<style>
span { border-color: #AAE5C0; }
span { border-color: rgb(170,229,192); }
td.TdClassName
{
border-color: #AAE5C0;
}
.TagClassName
{
border-color: #AAE5C0;
}
</style>