Shades of Magic Mint #AEF8D8
Tints of Magic Mint #AEF8D8
RGB
CMYK
RGB Variations
Color information
#AEF8D8 (or 0xAEF8D8) is known color: Magic Mint. HEX triplet: AE, F8 and D8. RGB value is (174,248,216). Sum of RGB (Red+Green+Blue) = 174+248+216=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8D8 is #510727. Grayscale: #DEDEDE. Windows color (decimal): -5310248 or 14219438. OLE color: 14219438.
HSL color Cylindrical-coordinate representation of color #AEF8D8: hue angle of 154.05º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8D8 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 216 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.03 |
| HSL | 154.05º | 0.84% | 0.83% | - |
| HSV(B) | 154.05º | 0.3% | 0.97% | - |
| XYZ | 63.42 | 81.09 | 77.28 | - |
| YUV | 222.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 216 | 0.30 | 0 | 0.13 | 0.03 | 154.05 | 0.84 | 0.83 |
| Hex | AE | F8 | D8 | 1E | 0 | D | 3 | 9A | 54 | 53 |
| Octal | 256 | 370 | 330 | 36 | 0 | 15 | 3 | 232 | 124 | 123 |
| Binary | 10101110 | 11111000 | 11011000 | 11110 | 0 | 1101 | 11 | 10011010 | 1010100 | 1010011 |
Color Harmonies of #AEF8D8
Complementary color
Monochromatic Colors of #AEF8D8
Black with #AEF8D8
Text Example
Text Example
White with #AEF8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8D8; }
p { color: rgb(174,248,216); }
H1.HeaderClassName
{
color: #AEF8D8;
}
.AnyTagClassName
{
color: #AEF8D8;
}
</style>
background-color css
<style>
a { background-color: #AEF8D8; }
a { background-color: rgb(174,248,216); }
div.DivClassName
{
background-color: #AEF8D8;
}
.BgClassName
{
background-color: #AEF8D8;
}
</style>
border-color css
<style>
span { border-color: #AEF8D8; }
span { border-color: rgb(174,248,216); }
td.TdClassName
{
border-color: #AEF8D8;
}
.TagClassName
{
border-color: #AEF8D8;
}
</style>