Shades of Fringy Flower #AEE0BD
Tints of Fringy Flower #AEE0BD
RGB
CMYK
RGB Variations
Color information
#AEE0BD (or 0xAEE0BD) is known color: Fringy Flower. HEX triplet: AE, E0 and BD. RGB value is (174,224,189). Sum of RGB (Red+Green+Blue) = 174+224+189=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0BD is #511F42. Grayscale: #CDCDCD. Windows color (decimal): -5316419 or 12443822. OLE color: 12443822.
HSL color Cylindrical-coordinate representation of color #AEE0BD: hue angle of 138º 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 #AEE0BD is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 189 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.12 |
| HSL | 138º | 0.45% | 0.78% | - |
| HSV(B) | 138º | 0.22% | 0.88% | - |
| XYZ | 53.3 | 65.98 | 58.07 | - |
| YUV | 205.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 189 | 0.22 | 0 | 0.16 | 0.12 | 138 | 0.45 | 0.78 |
| Hex | AE | E0 | BD | 16 | 0 | 10 | C | 8A | 2D | 4E |
| Octal | 256 | 340 | 275 | 26 | 0 | 20 | 14 | 212 | 55 | 116 |
| Binary | 10101110 | 11100000 | 10111101 | 10110 | 0 | 10000 | 1100 | 10001010 | 101101 | 1001110 |
Color Harmonies of #AEE0BD
Complementary color
Monochromatic Colors of #AEE0BD
Black with #AEE0BD
Text Example
Text Example
White with #AEE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0BD; }
p { color: rgb(174,224,189); }
H1.HeaderClassName
{
color: #AEE0BD;
}
.AnyTagClassName
{
color: #AEE0BD;
}
</style>
background-color css
<style>
a { background-color: #AEE0BD; }
a { background-color: rgb(174,224,189); }
div.DivClassName
{
background-color: #AEE0BD;
}
.BgClassName
{
background-color: #AEE0BD;
}
</style>
border-color css
<style>
span { border-color: #AEE0BD; }
span { border-color: rgb(174,224,189); }
td.TdClassName
{
border-color: #AEE0BD;
}
.TagClassName
{
border-color: #AEE0BD;
}
</style>