Shades of Fringy Flower #AEEDBE
Tints of Fringy Flower #AEEDBE
RGB
CMYK
RGB Variations
Color information
#AEEDBE (or 0xAEEDBE) is known color: Fringy Flower. HEX triplet: AE, ED and BE. RGB value is (174,237,190). Sum of RGB (Red+Green+Blue) = 174+237+190=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDBE is #511241. Grayscale: #D4D4D4. Windows color (decimal): -5313090 or 12512686. OLE color: 12512686.
HSL color Cylindrical-coordinate representation of color #AEEDBE: hue angle of 135.24º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDBE is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 190 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.07 |
| HSL | 135.24º | 0.64% | 0.81% | - |
| HSV(B) | 135.24º | 0.27% | 0.93% | - |
| XYZ | 57.03 | 73.28 | 59.85 | - |
| YUV | 212.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 190 | 0.27 | 0 | 0.20 | 0.07 | 135.24 | 0.64 | 0.81 |
| Hex | AE | ED | BE | 1B | 0 | 14 | 7 | 87 | 40 | 51 |
| Octal | 256 | 355 | 276 | 33 | 0 | 24 | 7 | 207 | 100 | 121 |
| Binary | 10101110 | 11101101 | 10111110 | 11011 | 0 | 10100 | 111 | 10000111 | 1000000 | 1010001 |
Color Harmonies of #AEEDBE
Complementary color
Monochromatic Colors of #AEEDBE
Black with #AEEDBE
Text Example
Text Example
White with #AEEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDBE; }
p { color: rgb(174,237,190); }
H1.HeaderClassName
{
color: #AEEDBE;
}
.AnyTagClassName
{
color: #AEEDBE;
}
</style>
background-color css
<style>
a { background-color: #AEEDBE; }
a { background-color: rgb(174,237,190); }
div.DivClassName
{
background-color: #AEEDBE;
}
.BgClassName
{
background-color: #AEEDBE;
}
</style>
border-color css
<style>
span { border-color: #AEEDBE; }
span { border-color: rgb(174,237,190); }
td.TdClassName
{
border-color: #AEEDBE;
}
.TagClassName
{
border-color: #AEEDBE;
}
</style>