Shades of Fringy Flower #AEECB8
Tints of Fringy Flower #AEECB8
RGB
CMYK
RGB Variations
Color information
#AEECB8 (or 0xAEECB8) is known color: Fringy Flower. HEX triplet: AE, EC and B8. RGB value is (174,236,184). Sum of RGB (Red+Green+Blue) = 174+236+184=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECB8 is #511347. Grayscale: #D3D3D3. Windows color (decimal): -5313352 or 12119214. OLE color: 12119214.
HSL color Cylindrical-coordinate representation of color #AEECB8: hue angle of 129.68º 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 #AEECB8 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 184 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.07 |
| HSL | 129.68º | 0.62% | 0.8% | - |
| HSV(B) | 129.68º | 0.26% | 0.93% | - |
| XYZ | 56.1 | 72.45 | 56.37 | - |
| YUV | 211.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 184 | 0.26 | 0 | 0.22 | 0.07 | 129.68 | 0.62 | 0.8 |
| Hex | AE | EC | B8 | 1A | 0 | 16 | 7 | 82 | 3E | 50 |
| Octal | 256 | 354 | 270 | 32 | 0 | 26 | 7 | 202 | 76 | 120 |
| Binary | 10101110 | 11101100 | 10111000 | 11010 | 0 | 10110 | 111 | 10000010 | 111110 | 1010000 |
Color Harmonies of #AEECB8
Complementary color
Monochromatic Colors of #AEECB8
Black with #AEECB8
Text Example
Text Example
White with #AEECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECB8; }
p { color: rgb(174,236,184); }
H1.HeaderClassName
{
color: #AEECB8;
}
.AnyTagClassName
{
color: #AEECB8;
}
</style>
background-color css
<style>
a { background-color: #AEECB8; }
a { background-color: rgb(174,236,184); }
div.DivClassName
{
background-color: #AEECB8;
}
.BgClassName
{
background-color: #AEECB8;
}
</style>
border-color css
<style>
span { border-color: #AEECB8; }
span { border-color: rgb(174,236,184); }
td.TdClassName
{
border-color: #AEECB8;
}
.TagClassName
{
border-color: #AEECB8;
}
</style>