Shades of Fringy Flower #AEFFBA
Tints of Fringy Flower #AEFFBA
RGB
CMYK
RGB Variations
Color information
#AEFFBA (or 0xAEFFBA) is known color: Fringy Flower. HEX triplet: AE, FF and BA. RGB value is (174,255,186). Sum of RGB (Red+Green+Blue) = 174+255+186=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBA is #510045. Grayscale: #DFDFDF. Windows color (decimal): -5308486 or 12255150. OLE color: 12255150.
HSL color Cylindrical-coordinate representation of color #AEFFBA: hue angle of 128.89º 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 #AEFFBA is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 186 | - |
| CMYK | 0.32 | 0 | 0.27 | 0 |
| HSL | 128.89º | 1% | 0.84% | - |
| HSV(B) | 128.89º | 0.32% | 1% | - |
| XYZ | 62.08 | 84.06 | 59.41 | - |
| YUV | 222.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 186 | 0.32 | 0 | 0.27 | 0 | 128.89 | 1 | 0.84 |
| Hex | AE | FF | BA | 20 | 0 | 1B | 0 | 81 | 64 | 54 |
| Octal | 256 | 377 | 272 | 40 | 0 | 33 | 0 | 201 | 144 | 124 |
| Binary | 10101110 | 11111111 | 10111010 | 100000 | 0 | 11011 | 0 | 10000001 | 1100100 | 1010100 |
Color Harmonies of #AEFFBA
Complementary color
Monochromatic Colors of #AEFFBA
Black with #AEFFBA
Text Example
Text Example
White with #AEFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFBA; }
p { color: rgb(174,255,186); }
H1.HeaderClassName
{
color: #AEFFBA;
}
.AnyTagClassName
{
color: #AEFFBA;
}
</style>
background-color css
<style>
a { background-color: #AEFFBA; }
a { background-color: rgb(174,255,186); }
div.DivClassName
{
background-color: #AEFFBA;
}
.BgClassName
{
background-color: #AEFFBA;
}
</style>
border-color css
<style>
span { border-color: #AEFFBA; }
span { border-color: rgb(174,255,186); }
td.TdClassName
{
border-color: #AEFFBA;
}
.TagClassName
{
border-color: #AEFFBA;
}
</style>