Shades of Fringy Flower #AEF1B8
Tints of Fringy Flower #AEF1B8
RGB
CMYK
RGB Variations
Color information
#AEF1B8 (or 0xAEF1B8) is known color: Fringy Flower. HEX triplet: AE, F1 and B8. RGB value is (174,241,184). Sum of RGB (Red+Green+Blue) = 174+241+184=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1B8 is #510E47. Grayscale: #D6D6D6. Windows color (decimal): -5312072 or 12120494. OLE color: 12120494.
HSL color Cylindrical-coordinate representation of color #AEF1B8: hue angle of 128.96º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1B8 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 184 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.05 |
| HSL | 128.96º | 0.71% | 0.81% | - |
| HSV(B) | 128.96º | 0.28% | 0.95% | - |
| XYZ | 57.56 | 75.37 | 56.86 | - |
| YUV | 214.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 184 | 0.28 | 0 | 0.24 | 0.05 | 128.96 | 0.71 | 0.81 |
| Hex | AE | F1 | B8 | 1C | 0 | 18 | 5 | 81 | 47 | 51 |
| Octal | 256 | 361 | 270 | 34 | 0 | 30 | 5 | 201 | 107 | 121 |
| Binary | 10101110 | 11110001 | 10111000 | 11100 | 0 | 11000 | 101 | 10000001 | 1000111 | 1010001 |
Color Harmonies of #AEF1B8
Complementary color
Monochromatic Colors of #AEF1B8
Black with #AEF1B8
Text Example
Text Example
White with #AEF1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1B8; }
p { color: rgb(174,241,184); }
H1.HeaderClassName
{
color: #AEF1B8;
}
.AnyTagClassName
{
color: #AEF1B8;
}
</style>
background-color css
<style>
a { background-color: #AEF1B8; }
a { background-color: rgb(174,241,184); }
div.DivClassName
{
background-color: #AEF1B8;
}
.BgClassName
{
background-color: #AEF1B8;
}
</style>
border-color css
<style>
span { border-color: #AEF1B8; }
span { border-color: rgb(174,241,184); }
td.TdClassName
{
border-color: #AEF1B8;
}
.TagClassName
{
border-color: #AEF1B8;
}
</style>