Shades of Fringy Flower #AAE0C0
Tints of Fringy Flower #AAE0C0
RGB
CMYK
RGB Variations
Color information
#AAE0C0 (or 0xAAE0C0) is known color: Fringy Flower. HEX triplet: AA, E0 and C0. RGB value is (170,224,192). Sum of RGB (Red+Green+Blue) = 170+224+192=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0C0 is #551F3F. Grayscale: #CCCCCC. Windows color (decimal): -5578560 or 12640426. OLE color: 12640426.
HSL color Cylindrical-coordinate representation of color #AAE0C0: hue angle of 144.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0C0 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 192 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.12 |
| HSL | 144.44º | 0.47% | 0.77% | - |
| HSV(B) | 144.44º | 0.24% | 0.88% | - |
| XYZ | 52.75 | 65.66 | 59.76 | - |
| YUV | 204.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 192 | 0.24 | 0 | 0.14 | 0.12 | 144.44 | 0.47 | 0.77 |
| Hex | AA | E0 | C0 | 18 | 0 | E | C | 90 | 2F | 4D |
| Octal | 252 | 340 | 300 | 30 | 0 | 16 | 14 | 220 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11000000 | 11000 | 0 | 1110 | 1100 | 10010000 | 101111 | 1001101 |
Color Harmonies of #AAE0C0
Complementary color
Monochromatic Colors of #AAE0C0
Black with #AAE0C0
Text Example
Text Example
White with #AAE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0C0; }
p { color: rgb(170,224,192); }
H1.HeaderClassName
{
color: #AAE0C0;
}
.AnyTagClassName
{
color: #AAE0C0;
}
</style>
background-color css
<style>
a { background-color: #AAE0C0; }
a { background-color: rgb(170,224,192); }
div.DivClassName
{
background-color: #AAE0C0;
}
.BgClassName
{
background-color: #AAE0C0;
}
</style>
border-color css
<style>
span { border-color: #AAE0C0; }
span { border-color: rgb(170,224,192); }
td.TdClassName
{
border-color: #AAE0C0;
}
.TagClassName
{
border-color: #AAE0C0;
}
</style>