Shades of Fringy Flower #AEE7BF
Tints of Fringy Flower #AEE7BF
RGB
CMYK
RGB Variations
Color information
#AEE7BF (or 0xAEE7BF) is known color: Fringy Flower. HEX triplet: AE, E7 and BF. RGB value is (174,231,191). Sum of RGB (Red+Green+Blue) = 174+231+191=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE7BF is #511840. Grayscale: #D1D1D1. Windows color (decimal): -5314625 or 12576686. OLE color: 12576686.
HSL color Cylindrical-coordinate representation of color #AEE7BF: hue angle of 137.89º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE7BF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 191 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.09 |
| HSL | 137.89º | 0.54% | 0.79% | - |
| HSV(B) | 137.89º | 0.25% | 0.91% | - |
| XYZ | 55.44 | 69.91 | 59.86 | - |
| YUV | 209.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 191 | 0.25 | 0 | 0.17 | 0.09 | 137.89 | 0.54 | 0.79 |
| Hex | AE | E7 | BF | 19 | 0 | 11 | 9 | 8A | 36 | 4F |
| Octal | 256 | 347 | 277 | 31 | 0 | 21 | 11 | 212 | 66 | 117 |
| Binary | 10101110 | 11100111 | 10111111 | 11001 | 0 | 10001 | 1001 | 10001010 | 110110 | 1001111 |
Color Harmonies of #AEE7BF
Complementary color
Monochromatic Colors of #AEE7BF
Black with #AEE7BF
Text Example
Text Example
White with #AEE7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE7BF; }
p { color: rgb(174,231,191); }
H1.HeaderClassName
{
color: #AEE7BF;
}
.AnyTagClassName
{
color: #AEE7BF;
}
</style>
background-color css
<style>
a { background-color: #AEE7BF; }
a { background-color: rgb(174,231,191); }
div.DivClassName
{
background-color: #AEE7BF;
}
.BgClassName
{
background-color: #AEE7BF;
}
</style>
border-color css
<style>
span { border-color: #AEE7BF; }
span { border-color: rgb(174,231,191); }
td.TdClassName
{
border-color: #AEE7BF;
}
.TagClassName
{
border-color: #AEE7BF;
}
</style>