Shades of Fringy Flower #AEE0BB
Tints of Fringy Flower #AEE0BB
RGB
CMYK
RGB Variations
Color information
#AEE0BB (or 0xAEE0BB) is known color: Fringy Flower. HEX triplet: AE, E0 and BB. RGB value is (174,224,187). Sum of RGB (Red+Green+Blue) = 174+224+187=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0BB is #511F44. Grayscale: #CCCCCC. Windows color (decimal): -5316421 or 12312750. OLE color: 12312750.
HSL color Cylindrical-coordinate representation of color #AEE0BB: hue angle of 135.6º 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 #AEE0BB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 187 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.12 |
| HSL | 135.6º | 0.45% | 0.78% | - |
| HSV(B) | 135.6º | 0.22% | 0.88% | - |
| XYZ | 53.08 | 65.9 | 56.94 | - |
| YUV | 204.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 187 | 0.22 | 0 | 0.17 | 0.12 | 135.6 | 0.45 | 0.78 |
| Hex | AE | E0 | BB | 16 | 0 | 11 | C | 88 | 2D | 4E |
| Octal | 256 | 340 | 273 | 26 | 0 | 21 | 14 | 210 | 55 | 116 |
| Binary | 10101110 | 11100000 | 10111011 | 10110 | 0 | 10001 | 1100 | 10001000 | 101101 | 1001110 |
Color Harmonies of #AEE0BB
Complementary color
Monochromatic Colors of #AEE0BB
Black with #AEE0BB
Text Example
Text Example
White with #AEE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0BB; }
p { color: rgb(174,224,187); }
H1.HeaderClassName
{
color: #AEE0BB;
}
.AnyTagClassName
{
color: #AEE0BB;
}
</style>
background-color css
<style>
a { background-color: #AEE0BB; }
a { background-color: rgb(174,224,187); }
div.DivClassName
{
background-color: #AEE0BB;
}
.BgClassName
{
background-color: #AEE0BB;
}
</style>
border-color css
<style>
span { border-color: #AEE0BB; }
span { border-color: rgb(174,224,187); }
td.TdClassName
{
border-color: #AEE0BB;
}
.TagClassName
{
border-color: #AEE0BB;
}
</style>