Shades of Fringy Flower #AEECBE
Tints of Fringy Flower #AEECBE
RGB
CMYK
RGB Variations
Color information
#AEECBE (or 0xAEECBE) is known color: Fringy Flower. HEX triplet: AE, EC and BE. RGB value is (174,236,190). Sum of RGB (Red+Green+Blue) = 174+236+190=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECBE is #511341. Grayscale: #D4D4D4. Windows color (decimal): -5313346 or 12512430. OLE color: 12512430.
HSL color Cylindrical-coordinate representation of color #AEECBE: hue angle of 135.48º 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 #AEECBE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 190 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.07 |
| HSL | 135.48º | 0.62% | 0.8% | - |
| HSV(B) | 135.48º | 0.26% | 0.93% | - |
| XYZ | 56.75 | 72.71 | 59.76 | - |
| YUV | 212.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 190 | 0.26 | 0 | 0.19 | 0.07 | 135.48 | 0.62 | 0.8 |
| Hex | AE | EC | BE | 1A | 0 | 13 | 7 | 87 | 3E | 50 |
| Octal | 256 | 354 | 276 | 32 | 0 | 23 | 7 | 207 | 76 | 120 |
| Binary | 10101110 | 11101100 | 10111110 | 11010 | 0 | 10011 | 111 | 10000111 | 111110 | 1010000 |
Color Harmonies of #AEECBE
Complementary color
Monochromatic Colors of #AEECBE
Black with #AEECBE
Text Example
Text Example
White with #AEECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECBE; }
p { color: rgb(174,236,190); }
H1.HeaderClassName
{
color: #AEECBE;
}
.AnyTagClassName
{
color: #AEECBE;
}
</style>
background-color css
<style>
a { background-color: #AEECBE; }
a { background-color: rgb(174,236,190); }
div.DivClassName
{
background-color: #AEECBE;
}
.BgClassName
{
background-color: #AEECBE;
}
</style>
border-color css
<style>
span { border-color: #AEECBE; }
span { border-color: rgb(174,236,190); }
td.TdClassName
{
border-color: #AEECBE;
}
.TagClassName
{
border-color: #AEECBE;
}
</style>