Shades of Fringy Flower #AEF5B6
Tints of Fringy Flower #AEF5B6
RGB
CMYK
RGB Variations
Color information
#AEF5B6 (or 0xAEF5B6) is known color: Fringy Flower. HEX triplet: AE, F5 and B6. RGB value is (174,245,182). Sum of RGB (Red+Green+Blue) = 174+245+182=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5B6 is #510A49. Grayscale: #D8D8D8. Windows color (decimal): -5311050 or 11990446. OLE color: 11990446.
HSL color Cylindrical-coordinate representation of color #AEF5B6: hue angle of 126.76º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5B6 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 182 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.04 |
| HSL | 126.76º | 0.78% | 0.82% | - |
| HSV(B) | 126.76º | 0.29% | 0.96% | - |
| XYZ | 58.55 | 77.68 | 56.16 | - |
| YUV | 216.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 182 | 0.29 | 0 | 0.26 | 0.04 | 126.76 | 0.78 | 0.82 |
| Hex | AE | F5 | B6 | 1D | 0 | 1A | 4 | 7F | 4E | 52 |
| Octal | 256 | 365 | 266 | 35 | 0 | 32 | 4 | 177 | 116 | 122 |
| Binary | 10101110 | 11110101 | 10110110 | 11101 | 0 | 11010 | 100 | 1111111 | 1001110 | 1010010 |
Color Harmonies of #AEF5B6
Complementary color
Monochromatic Colors of #AEF5B6
Black with #AEF5B6
Text Example
Text Example
White with #AEF5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF5B6; }
p { color: rgb(174,245,182); }
H1.HeaderClassName
{
color: #AEF5B6;
}
.AnyTagClassName
{
color: #AEF5B6;
}
</style>
background-color css
<style>
a { background-color: #AEF5B6; }
a { background-color: rgb(174,245,182); }
div.DivClassName
{
background-color: #AEF5B6;
}
.BgClassName
{
background-color: #AEF5B6;
}
</style>
border-color css
<style>
span { border-color: #AEF5B6; }
span { border-color: rgb(174,245,182); }
td.TdClassName
{
border-color: #AEF5B6;
}
.TagClassName
{
border-color: #AEF5B6;
}
</style>