Shades of Magic Mint #AEEFD0
Tints of Magic Mint #AEEFD0
RGB
CMYK
RGB Variations
Color information
#AEEFD0 (or 0xAEEFD0) is known color: Magic Mint. HEX triplet: AE, EF and D0. RGB value is (174,239,208). Sum of RGB (Red+Green+Blue) = 174+239+208=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFD0 is #51102F. Grayscale: #D8D8D8. Windows color (decimal): -5312560 or 13692846. OLE color: 13692846.
HSL color Cylindrical-coordinate representation of color #AEEFD0: hue angle of 151.38º 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 #AEEFD0 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 208 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.06 |
| HSL | 151.38º | 0.67% | 0.81% | - |
| HSV(B) | 151.38º | 0.27% | 0.94% | - |
| XYZ | 59.71 | 75.29 | 71.06 | - |
| YUV | 216.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 208 | 0.27 | 0 | 0.13 | 0.06 | 151.38 | 0.67 | 0.81 |
| Hex | AE | EF | D0 | 1B | 0 | D | 6 | 97 | 43 | 51 |
| Octal | 256 | 357 | 320 | 33 | 0 | 15 | 6 | 227 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11010000 | 11011 | 0 | 1101 | 110 | 10010111 | 1000011 | 1010001 |
Color Harmonies of #AEEFD0
Complementary color
Monochromatic Colors of #AEEFD0
Black with #AEEFD0
Text Example
Text Example
White with #AEEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFD0; }
p { color: rgb(174,239,208); }
H1.HeaderClassName
{
color: #AEEFD0;
}
.AnyTagClassName
{
color: #AEEFD0;
}
</style>
background-color css
<style>
a { background-color: #AEEFD0; }
a { background-color: rgb(174,239,208); }
div.DivClassName
{
background-color: #AEEFD0;
}
.BgClassName
{
background-color: #AEEFD0;
}
</style>
border-color css
<style>
span { border-color: #AEEFD0; }
span { border-color: rgb(174,239,208); }
td.TdClassName
{
border-color: #AEEFD0;
}
.TagClassName
{
border-color: #AEEFD0;
}
</style>