Shades of Fringy Flower #AEECC0
Tints of Fringy Flower #AEECC0
RGB
CMYK
RGB Variations
Color information
#AEECC0 (or 0xAEECC0) is known color: Fringy Flower. HEX triplet: AE, EC and C0. RGB value is (174,236,192). Sum of RGB (Red+Green+Blue) = 174+236+192=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC0 is #51133F. Grayscale: #D4D4D4. Windows color (decimal): -5313344 or 12643502. OLE color: 12643502.
HSL color Cylindrical-coordinate representation of color #AEECC0: hue angle of 137.42º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECC0 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 192 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.07 |
| HSL | 137.42º | 0.62% | 0.8% | - |
| HSV(B) | 137.42º | 0.26% | 0.93% | - |
| XYZ | 56.97 | 72.8 | 60.92 | - |
| YUV | 212.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 192 | 0.26 | 0 | 0.19 | 0.07 | 137.42 | 0.62 | 0.8 |
| Hex | AE | EC | C0 | 1A | 0 | 13 | 7 | 89 | 3E | 50 |
| Octal | 256 | 354 | 300 | 32 | 0 | 23 | 7 | 211 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11000000 | 11010 | 0 | 10011 | 111 | 10001001 | 111110 | 1010000 |
Color Harmonies of #AEECC0
Complementary color
Monochromatic Colors of #AEECC0
Black with #AEECC0
Text Example
Text Example
White with #AEECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECC0; }
p { color: rgb(174,236,192); }
H1.HeaderClassName
{
color: #AEECC0;
}
.AnyTagClassName
{
color: #AEECC0;
}
</style>
background-color css
<style>
a { background-color: #AEECC0; }
a { background-color: rgb(174,236,192); }
div.DivClassName
{
background-color: #AEECC0;
}
.BgClassName
{
background-color: #AEECC0;
}
</style>
border-color css
<style>
span { border-color: #AEECC0; }
span { border-color: rgb(174,236,192); }
td.TdClassName
{
border-color: #AEECC0;
}
.TagClassName
{
border-color: #AEECC0;
}
</style>