Shades of Magic Mint #AEF1D8
Tints of Magic Mint #AEF1D8
RGB
CMYK
RGB Variations
Color information
#AEF1D8 (or 0xAEF1D8) is known color: Magic Mint. HEX triplet: AE, F1 and D8. RGB value is (174,241,216). Sum of RGB (Red+Green+Blue) = 174+241+216=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1D8 is #510E27. Grayscale: #DADADA. Windows color (decimal): -5312040 or 14217646. OLE color: 14217646.
HSL color Cylindrical-coordinate representation of color #AEF1D8: hue angle of 157.61º 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 #AEF1D8 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 216 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.05 |
| HSL | 157.61º | 0.71% | 0.81% | - |
| HSV(B) | 157.61º | 0.28% | 0.95% | - |
| XYZ | 61.31 | 76.87 | 76.57 | - |
| YUV | 218.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 216 | 0.28 | 0 | 0.10 | 0.05 | 157.61 | 0.71 | 0.81 |
| Hex | AE | F1 | D8 | 1C | 0 | A | 5 | 9E | 47 | 51 |
| Octal | 256 | 361 | 330 | 34 | 0 | 12 | 5 | 236 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11011000 | 11100 | 0 | 1010 | 101 | 10011110 | 1000111 | 1010001 |
Color Harmonies of #AEF1D8
Complementary color
Monochromatic Colors of #AEF1D8
Black with #AEF1D8
Text Example
Text Example
White with #AEF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1D8; }
p { color: rgb(174,241,216); }
H1.HeaderClassName
{
color: #AEF1D8;
}
.AnyTagClassName
{
color: #AEF1D8;
}
</style>
background-color css
<style>
a { background-color: #AEF1D8; }
a { background-color: rgb(174,241,216); }
div.DivClassName
{
background-color: #AEF1D8;
}
.BgClassName
{
background-color: #AEF1D8;
}
</style>
border-color css
<style>
span { border-color: #AEF1D8; }
span { border-color: rgb(174,241,216); }
td.TdClassName
{
border-color: #AEF1D8;
}
.TagClassName
{
border-color: #AEF1D8;
}
</style>