Shades of Magic Mint #AEEFD5
Tints of Magic Mint #AEEFD5
RGB
CMYK
RGB Variations
Color information
#AEEFD5 (or 0xAEEFD5) is known color: Magic Mint. HEX triplet: AE, EF and D5. RGB value is (174,239,213). Sum of RGB (Red+Green+Blue) = 174+239+213=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFD5 is #51102A. Grayscale: #D8D8D8. Windows color (decimal): -5312555 or 14020526. OLE color: 14020526.
HSL color Cylindrical-coordinate representation of color #AEEFD5: hue angle of 156º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFD5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 213 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.06 |
| HSL | 156º | 0.67% | 0.81% | - |
| HSV(B) | 156º | 0.27% | 0.94% | - |
| XYZ | 60.33 | 75.54 | 74.35 | - |
| YUV | 216.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 213 | 0.27 | 0 | 0.11 | 0.06 | 156 | 0.67 | 0.81 |
| Hex | AE | EF | D5 | 1B | 0 | B | 6 | 9C | 43 | 51 |
| Octal | 256 | 357 | 325 | 33 | 0 | 13 | 6 | 234 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11010101 | 11011 | 0 | 1011 | 110 | 10011100 | 1000011 | 1010001 |
Color Harmonies of #AEEFD5
Complementary color
Monochromatic Colors of #AEEFD5
Black with #AEEFD5
Text Example
Text Example
White with #AEEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFD5; }
p { color: rgb(174,239,213); }
H1.HeaderClassName
{
color: #AEEFD5;
}
.AnyTagClassName
{
color: #AEEFD5;
}
</style>
background-color css
<style>
a { background-color: #AEEFD5; }
a { background-color: rgb(174,239,213); }
div.DivClassName
{
background-color: #AEEFD5;
}
.BgClassName
{
background-color: #AEEFD5;
}
</style>
border-color css
<style>
span { border-color: #AEEFD5; }
span { border-color: rgb(174,239,213); }
td.TdClassName
{
border-color: #AEEFD5;
}
.TagClassName
{
border-color: #AEEFD5;
}
</style>