Shades of Magic Mint #AEEFD7
Tints of Magic Mint #AEEFD7
RGB
CMYK
RGB Variations
Color information
#AEEFD7 (or 0xAEEFD7) is known color: Magic Mint. HEX triplet: AE, EF and D7. RGB value is (174,239,215). Sum of RGB (Red+Green+Blue) = 174+239+215=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFD7 is #511028. Grayscale: #D8D8D8. Windows color (decimal): -5312553 or 14151598. OLE color: 14151598.
HSL color Cylindrical-coordinate representation of color #AEEFD7: hue angle of 157.85º 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 #AEEFD7 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 215 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.06 |
| HSL | 157.85º | 0.67% | 0.81% | - |
| HSV(B) | 157.85º | 0.27% | 0.94% | - |
| XYZ | 60.59 | 75.64 | 75.7 | - |
| YUV | 216.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 215 | 0.27 | 0 | 0.10 | 0.06 | 157.85 | 0.67 | 0.81 |
| Hex | AE | EF | D7 | 1B | 0 | A | 6 | 9E | 43 | 51 |
| Octal | 256 | 357 | 327 | 33 | 0 | 12 | 6 | 236 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11010111 | 11011 | 0 | 1010 | 110 | 10011110 | 1000011 | 1010001 |
Color Harmonies of #AEEFD7
Complementary color
Monochromatic Colors of #AEEFD7
Black with #AEEFD7
Text Example
Text Example
White with #AEEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFD7; }
p { color: rgb(174,239,215); }
H1.HeaderClassName
{
color: #AEEFD7;
}
.AnyTagClassName
{
color: #AEEFD7;
}
</style>
background-color css
<style>
a { background-color: #AEEFD7; }
a { background-color: rgb(174,239,215); }
div.DivClassName
{
background-color: #AEEFD7;
}
.BgClassName
{
background-color: #AEEFD7;
}
</style>
border-color css
<style>
span { border-color: #AEEFD7; }
span { border-color: rgb(174,239,215); }
td.TdClassName
{
border-color: #AEEFD7;
}
.TagClassName
{
border-color: #AEEFD7;
}
</style>