Shades of Fringy Flower #AEFFBB
Tints of Fringy Flower #AEFFBB
RGB
CMYK
RGB Variations
Color information
#AEFFBB (or 0xAEFFBB) is known color: Fringy Flower. HEX triplet: AE, FF and BB. RGB value is (174,255,187). Sum of RGB (Red+Green+Blue) = 174+255+187=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBB is #510044. Grayscale: #DFDFDF. Windows color (decimal): -5308485 or 12320686. OLE color: 12320686.
HSL color Cylindrical-coordinate representation of color #AEFFBB: hue angle of 129.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFBB is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 187 | - |
| CMYK | 0.32 | 0 | 0.27 | 0 |
| HSL | 129.63º | 1% | 0.84% | - |
| HSV(B) | 129.63º | 0.32% | 1% | - |
| XYZ | 62.19 | 84.11 | 59.97 | - |
| YUV | 223.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 187 | 0.32 | 0 | 0.27 | 0 | 129.63 | 1 | 0.84 |
| Hex | AE | FF | BB | 20 | 0 | 1B | 0 | 82 | 64 | 54 |
| Octal | 256 | 377 | 273 | 40 | 0 | 33 | 0 | 202 | 144 | 124 |
| Binary | 10101110 | 11111111 | 10111011 | 100000 | 0 | 11011 | 0 | 10000010 | 1100100 | 1010100 |
Color Harmonies of #AEFFBB
Complementary color
Monochromatic Colors of #AEFFBB
Black with #AEFFBB
Text Example
Text Example
White with #AEFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFBB; }
p { color: rgb(174,255,187); }
H1.HeaderClassName
{
color: #AEFFBB;
}
.AnyTagClassName
{
color: #AEFFBB;
}
</style>
background-color css
<style>
a { background-color: #AEFFBB; }
a { background-color: rgb(174,255,187); }
div.DivClassName
{
background-color: #AEFFBB;
}
.BgClassName
{
background-color: #AEFFBB;
}
</style>
border-color css
<style>
span { border-color: #AEFFBB; }
span { border-color: rgb(174,255,187); }
td.TdClassName
{
border-color: #AEFFBB;
}
.TagClassName
{
border-color: #AEFFBB;
}
</style>