Shades of Magic Mint #AEEFD4
Tints of Magic Mint #AEEFD4
RGB
CMYK
RGB Variations
Color information
#AEEFD4 (or 0xAEEFD4) is known color: Magic Mint. HEX triplet: AE, EF and D4. RGB value is (174,239,212). Sum of RGB (Red+Green+Blue) = 174+239+212=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFD4 is #51102B. Grayscale: #D8D8D8. Windows color (decimal): -5312556 or 13954990. OLE color: 13954990.
HSL color Cylindrical-coordinate representation of color #AEEFD4: hue angle of 155.08º 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 #AEEFD4 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 212 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.06 |
| HSL | 155.08º | 0.67% | 0.81% | - |
| HSV(B) | 155.08º | 0.27% | 0.94% | - |
| XYZ | 60.21 | 75.49 | 73.68 | - |
| YUV | 216.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 212 | 0.27 | 0 | 0.11 | 0.06 | 155.08 | 0.67 | 0.81 |
| Hex | AE | EF | D4 | 1B | 0 | B | 6 | 9B | 43 | 51 |
| Octal | 256 | 357 | 324 | 33 | 0 | 13 | 6 | 233 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11010100 | 11011 | 0 | 1011 | 110 | 10011011 | 1000011 | 1010001 |
Color Harmonies of #AEEFD4
Complementary color
Monochromatic Colors of #AEEFD4
Black with #AEEFD4
Text Example
Text Example
White with #AEEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFD4; }
p { color: rgb(174,239,212); }
H1.HeaderClassName
{
color: #AEEFD4;
}
.AnyTagClassName
{
color: #AEEFD4;
}
</style>
background-color css
<style>
a { background-color: #AEEFD4; }
a { background-color: rgb(174,239,212); }
div.DivClassName
{
background-color: #AEEFD4;
}
.BgClassName
{
background-color: #AEEFD4;
}
</style>
border-color css
<style>
span { border-color: #AEEFD4; }
span { border-color: rgb(174,239,212); }
td.TdClassName
{
border-color: #AEEFD4;
}
.TagClassName
{
border-color: #AEEFD4;
}
</style>