Shades of Magic Mint #AEEFC7
Tints of Magic Mint #AEEFC7
RGB
CMYK
RGB Variations
Color information
#AEEFC7 (or 0xAEEFC7) is known color: Magic Mint. HEX triplet: AE, EF and C7. RGB value is (174,239,199). Sum of RGB (Red+Green+Blue) = 174+239+199=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFC7 is #511038. Grayscale: #D7D7D7. Windows color (decimal): -5312569 or 13103022. OLE color: 13103022.
HSL color Cylindrical-coordinate representation of color #AEEFC7: hue angle of 143.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 #AEEFC7 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 199 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.06 |
| HSL | 143.08º | 0.67% | 0.81% | - |
| HSV(B) | 143.08º | 0.27% | 0.94% | - |
| XYZ | 58.63 | 74.86 | 65.39 | - |
| YUV | 215.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 199 | 0.27 | 0 | 0.17 | 0.06 | 143.08 | 0.67 | 0.81 |
| Hex | AE | EF | C7 | 1B | 0 | 11 | 6 | 8F | 43 | 51 |
| Octal | 256 | 357 | 307 | 33 | 0 | 21 | 6 | 217 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11000111 | 11011 | 0 | 10001 | 110 | 10001111 | 1000011 | 1010001 |
Color Harmonies of #AEEFC7
Complementary color
Monochromatic Colors of #AEEFC7
Black with #AEEFC7
Text Example
Text Example
White with #AEEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFC7; }
p { color: rgb(174,239,199); }
H1.HeaderClassName
{
color: #AEEFC7;
}
.AnyTagClassName
{
color: #AEEFC7;
}
</style>
background-color css
<style>
a { background-color: #AEEFC7; }
a { background-color: rgb(174,239,199); }
div.DivClassName
{
background-color: #AEEFC7;
}
.BgClassName
{
background-color: #AEEFC7;
}
</style>
border-color css
<style>
span { border-color: #AEEFC7; }
span { border-color: rgb(174,239,199); }
td.TdClassName
{
border-color: #AEEFC7;
}
.TagClassName
{
border-color: #AEEFC7;
}
</style>