Shades of Magic Mint #AEF7D4
Tints of Magic Mint #AEF7D4
RGB
CMYK
RGB Variations
Color information
#AEF7D4 (or 0xAEF7D4) is known color: Magic Mint. HEX triplet: AE, F7 and D4. RGB value is (174,247,212). Sum of RGB (Red+Green+Blue) = 174+247+212=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7D4 is #51082B. Grayscale: #DDDDDD. Windows color (decimal): -5310508 or 13957038. OLE color: 13957038.
HSL color Cylindrical-coordinate representation of color #AEF7D4: hue angle of 151.23º degrees, saturation: 0.82, 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 #AEF7D4 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 212 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.03 |
| HSL | 151.23º | 0.82% | 0.83% | - |
| HSV(B) | 151.23º | 0.3% | 0.97% | - |
| XYZ | 62.6 | 80.27 | 74.48 | - |
| YUV | 221.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 212 | 0.30 | 0 | 0.14 | 0.03 | 151.23 | 0.82 | 0.83 |
| Hex | AE | F7 | D4 | 1E | 0 | E | 3 | 97 | 52 | 53 |
| Octal | 256 | 367 | 324 | 36 | 0 | 16 | 3 | 227 | 122 | 123 |
| Binary | 10101110 | 11110111 | 11010100 | 11110 | 0 | 1110 | 11 | 10010111 | 1010010 | 1010011 |
Color Harmonies of #AEF7D4
Complementary color
Monochromatic Colors of #AEF7D4
Black with #AEF7D4
Text Example
Text Example
White with #AEF7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7D4; }
p { color: rgb(174,247,212); }
H1.HeaderClassName
{
color: #AEF7D4;
}
.AnyTagClassName
{
color: #AEF7D4;
}
</style>
background-color css
<style>
a { background-color: #AEF7D4; }
a { background-color: rgb(174,247,212); }
div.DivClassName
{
background-color: #AEF7D4;
}
.BgClassName
{
background-color: #AEF7D4;
}
</style>
border-color css
<style>
span { border-color: #AEF7D4; }
span { border-color: rgb(174,247,212); }
td.TdClassName
{
border-color: #AEF7D4;
}
.TagClassName
{
border-color: #AEF7D4;
}
</style>