Shades of Fringy Flower #AEE0C0
Tints of Fringy Flower #AEE0C0
RGB
CMYK
RGB Variations
Color information
#AEE0C0 (or 0xAEE0C0) is known color: Fringy Flower. HEX triplet: AE, E0 and C0. RGB value is (174,224,192). Sum of RGB (Red+Green+Blue) = 174+224+192=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0C0 is #511F3F. Grayscale: #CDCDCD. Windows color (decimal): -5316416 or 12640430. OLE color: 12640430.
HSL color Cylindrical-coordinate representation of color #AEE0C0: hue angle of 141.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0C0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 192 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.12 |
| HSL | 141.6º | 0.45% | 0.78% | - |
| HSV(B) | 141.6º | 0.22% | 0.88% | - |
| XYZ | 53.63 | 66.12 | 59.8 | - |
| YUV | 205.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 192 | 0.22 | 0 | 0.14 | 0.12 | 141.6 | 0.45 | 0.78 |
| Hex | AE | E0 | C0 | 16 | 0 | E | C | 8E | 2D | 4E |
| Octal | 256 | 340 | 300 | 26 | 0 | 16 | 14 | 216 | 55 | 116 |
| Binary | 10101110 | 11100000 | 11000000 | 10110 | 0 | 1110 | 1100 | 10001110 | 101101 | 1001110 |
Color Harmonies of #AEE0C0
Complementary color
Monochromatic Colors of #AEE0C0
Black with #AEE0C0
Text Example
Text Example
White with #AEE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0C0; }
p { color: rgb(174,224,192); }
H1.HeaderClassName
{
color: #AEE0C0;
}
.AnyTagClassName
{
color: #AEE0C0;
}
</style>
background-color css
<style>
a { background-color: #AEE0C0; }
a { background-color: rgb(174,224,192); }
div.DivClassName
{
background-color: #AEE0C0;
}
.BgClassName
{
background-color: #AEE0C0;
}
</style>
border-color css
<style>
span { border-color: #AEE0C0; }
span { border-color: rgb(174,224,192); }
td.TdClassName
{
border-color: #AEE0C0;
}
.TagClassName
{
border-color: #AEE0C0;
}
</style>