Shades of Magic Mint #AEEFC6
Tints of Magic Mint #AEEFC6
RGB
CMYK
RGB Variations
Color information
#AEEFC6 (or 0xAEEFC6) is known color: Magic Mint. HEX triplet: AE, EF and C6. RGB value is (174,239,198). Sum of RGB (Red+Green+Blue) = 174+239+198=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFC6 is #511039. Grayscale: #D6D6D6. Windows color (decimal): -5312570 or 13037486. OLE color: 13037486.
HSL color Cylindrical-coordinate representation of color #AEEFC6: hue angle of 142.15º 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 #AEEFC6 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 198 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.06 |
| HSL | 142.15º | 0.67% | 0.81% | - |
| HSV(B) | 142.15º | 0.27% | 0.94% | - |
| XYZ | 58.52 | 74.81 | 64.78 | - |
| YUV | 214.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 198 | 0.27 | 0 | 0.17 | 0.06 | 142.15 | 0.67 | 0.81 |
| Hex | AE | EF | C6 | 1B | 0 | 11 | 6 | 8E | 43 | 51 |
| Octal | 256 | 357 | 306 | 33 | 0 | 21 | 6 | 216 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11000110 | 11011 | 0 | 10001 | 110 | 10001110 | 1000011 | 1010001 |
Color Harmonies of #AEEFC6
Complementary color
Monochromatic Colors of #AEEFC6
Black with #AEEFC6
Text Example
Text Example
White with #AEEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFC6; }
p { color: rgb(174,239,198); }
H1.HeaderClassName
{
color: #AEEFC6;
}
.AnyTagClassName
{
color: #AEEFC6;
}
</style>
background-color css
<style>
a { background-color: #AEEFC6; }
a { background-color: rgb(174,239,198); }
div.DivClassName
{
background-color: #AEEFC6;
}
.BgClassName
{
background-color: #AEEFC6;
}
</style>
border-color css
<style>
span { border-color: #AEEFC6; }
span { border-color: rgb(174,239,198); }
td.TdClassName
{
border-color: #AEEFC6;
}
.TagClassName
{
border-color: #AEEFC6;
}
</style>