Shades of Fringy Flower #AEE5BD
Tints of Fringy Flower #AEE5BD
RGB
CMYK
RGB Variations
Color information
#AEE5BD (or 0xAEE5BD) is known color: Fringy Flower. HEX triplet: AE, E5 and BD. RGB value is (174,229,189). Sum of RGB (Red+Green+Blue) = 174+229+189=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5BD is #511A42. Grayscale: #D0D0D0. Windows color (decimal): -5315139 or 12445102. OLE color: 12445102.
HSL color Cylindrical-coordinate representation of color #AEE5BD: hue angle of 136.36º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5BD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 189 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.10 |
| HSL | 136.36º | 0.51% | 0.79% | - |
| HSV(B) | 136.36º | 0.24% | 0.9% | - |
| XYZ | 54.66 | 68.71 | 58.53 | - |
| YUV | 208 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 189 | 0.24 | 0 | 0.17 | 0.10 | 136.36 | 0.51 | 0.79 |
| Hex | AE | E5 | BD | 18 | 0 | 11 | A | 88 | 33 | 4F |
| Octal | 256 | 345 | 275 | 30 | 0 | 21 | 12 | 210 | 63 | 117 |
| Binary | 10101110 | 11100101 | 10111101 | 11000 | 0 | 10001 | 1010 | 10001000 | 110011 | 1001111 |
Color Harmonies of #AEE5BD
Complementary color
Monochromatic Colors of #AEE5BD
Black with #AEE5BD
Text Example
Text Example
White with #AEE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5BD; }
p { color: rgb(174,229,189); }
H1.HeaderClassName
{
color: #AEE5BD;
}
.AnyTagClassName
{
color: #AEE5BD;
}
</style>
background-color css
<style>
a { background-color: #AEE5BD; }
a { background-color: rgb(174,229,189); }
div.DivClassName
{
background-color: #AEE5BD;
}
.BgClassName
{
background-color: #AEE5BD;
}
</style>
border-color css
<style>
span { border-color: #AEE5BD; }
span { border-color: rgb(174,229,189); }
td.TdClassName
{
border-color: #AEE5BD;
}
.TagClassName
{
border-color: #AEE5BD;
}
</style>