Shades of Fringy Flower #AEE6BF
Tints of Fringy Flower #AEE6BF
RGB
CMYK
RGB Variations
Color information
#AEE6BF (or 0xAEE6BF) is known color: Fringy Flower. HEX triplet: AE, E6 and BF. RGB value is (174,230,191). Sum of RGB (Red+Green+Blue) = 174+230+191=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6BF is #511940. Grayscale: #D0D0D0. Windows color (decimal): -5314881 or 12576430. OLE color: 12576430.
HSL color Cylindrical-coordinate representation of color #AEE6BF: hue angle of 138.21º degrees, saturation: 0.53, 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 #AEE6BF is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 191 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.10 |
| HSL | 138.21º | 0.53% | 0.79% | - |
| HSV(B) | 138.21º | 0.24% | 0.9% | - |
| XYZ | 55.16 | 69.35 | 59.77 | - |
| YUV | 208.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 191 | 0.24 | 0 | 0.17 | 0.10 | 138.21 | 0.53 | 0.79 |
| Hex | AE | E6 | BF | 18 | 0 | 11 | A | 8A | 35 | 4F |
| Octal | 256 | 346 | 277 | 30 | 0 | 21 | 12 | 212 | 65 | 117 |
| Binary | 10101110 | 11100110 | 10111111 | 11000 | 0 | 10001 | 1010 | 10001010 | 110101 | 1001111 |
Color Harmonies of #AEE6BF
Complementary color
Monochromatic Colors of #AEE6BF
Black with #AEE6BF
Text Example
Text Example
White with #AEE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE6BF; }
p { color: rgb(174,230,191); }
H1.HeaderClassName
{
color: #AEE6BF;
}
.AnyTagClassName
{
color: #AEE6BF;
}
</style>
background-color css
<style>
a { background-color: #AEE6BF; }
a { background-color: rgb(174,230,191); }
div.DivClassName
{
background-color: #AEE6BF;
}
.BgClassName
{
background-color: #AEE6BF;
}
</style>
border-color css
<style>
span { border-color: #AEE6BF; }
span { border-color: rgb(174,230,191); }
td.TdClassName
{
border-color: #AEE6BF;
}
.TagClassName
{
border-color: #AEE6BF;
}
</style>