Shades of Fringy Flower #AEE0B6
Tints of Fringy Flower #AEE0B6
RGB
CMYK
RGB Variations
Color information
#AEE0B6 (or 0xAEE0B6) is known color: Fringy Flower. HEX triplet: AE, E0 and B6. RGB value is (174,224,182). Sum of RGB (Red+Green+Blue) = 174+224+182=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0B6 is #511F49. Grayscale: #CCCCCC. Windows color (decimal): -5316426 or 11985070. OLE color: 11985070.
HSL color Cylindrical-coordinate representation of color #AEE0B6: hue angle of 129.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 #AEE0B6 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 182 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.12 |
| HSL | 129.6º | 0.45% | 0.78% | - |
| HSV(B) | 129.6º | 0.22% | 0.88% | - |
| XYZ | 52.55 | 65.69 | 54.16 | - |
| YUV | 204.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 182 | 0.22 | 0 | 0.19 | 0.12 | 129.6 | 0.45 | 0.78 |
| Hex | AE | E0 | B6 | 16 | 0 | 13 | C | 82 | 2D | 4E |
| Octal | 256 | 340 | 266 | 26 | 0 | 23 | 14 | 202 | 55 | 116 |
| Binary | 10101110 | 11100000 | 10110110 | 10110 | 0 | 10011 | 1100 | 10000010 | 101101 | 1001110 |
Color Harmonies of #AEE0B6
Complementary color
Monochromatic Colors of #AEE0B6
Black with #AEE0B6
Text Example
Text Example
White with #AEE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0B6; }
p { color: rgb(174,224,182); }
H1.HeaderClassName
{
color: #AEE0B6;
}
.AnyTagClassName
{
color: #AEE0B6;
}
</style>
background-color css
<style>
a { background-color: #AEE0B6; }
a { background-color: rgb(174,224,182); }
div.DivClassName
{
background-color: #AEE0B6;
}
.BgClassName
{
background-color: #AEE0B6;
}
</style>
border-color css
<style>
span { border-color: #AEE0B6; }
span { border-color: rgb(174,224,182); }
td.TdClassName
{
border-color: #AEE0B6;
}
.TagClassName
{
border-color: #AEE0B6;
}
</style>