Shades of Magic Mint #AEEDD5
Tints of Magic Mint #AEEDD5
RGB
CMYK
RGB Variations
Color information
#AEEDD5 (or 0xAEEDD5) is known color: Magic Mint. HEX triplet: AE, ED and D5. RGB value is (174,237,213). Sum of RGB (Red+Green+Blue) = 174+237+213=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD5 is #51122A. Grayscale: #D7D7D7. Windows color (decimal): -5313067 or 14020014. OLE color: 14020014.
HSL color Cylindrical-coordinate representation of color #AEEDD5: hue angle of 157.14º 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 #AEEDD5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 213 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.07 |
| HSL | 157.14º | 0.64% | 0.81% | - |
| HSV(B) | 157.14º | 0.27% | 0.93% | - |
| XYZ | 59.75 | 74.37 | 74.16 | - |
| YUV | 215.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 213 | 0.27 | 0 | 0.10 | 0.07 | 157.14 | 0.64 | 0.81 |
| Hex | AE | ED | D5 | 1B | 0 | A | 7 | 9D | 40 | 51 |
| Octal | 256 | 355 | 325 | 33 | 0 | 12 | 7 | 235 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11010101 | 11011 | 0 | 1010 | 111 | 10011101 | 1000000 | 1010001 |
Color Harmonies of #AEEDD5
Complementary color
Monochromatic Colors of #AEEDD5
Black with #AEEDD5
Text Example
Text Example
White with #AEEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDD5; }
p { color: rgb(174,237,213); }
H1.HeaderClassName
{
color: #AEEDD5;
}
.AnyTagClassName
{
color: #AEEDD5;
}
</style>
background-color css
<style>
a { background-color: #AEEDD5; }
a { background-color: rgb(174,237,213); }
div.DivClassName
{
background-color: #AEEDD5;
}
.BgClassName
{
background-color: #AEEDD5;
}
</style>
border-color css
<style>
span { border-color: #AEEDD5; }
span { border-color: rgb(174,237,213); }
td.TdClassName
{
border-color: #AEEDD5;
}
.TagClassName
{
border-color: #AEEDD5;
}
</style>