Shades of Magic Mint #AEF2C8
Tints of Magic Mint #AEF2C8
RGB
CMYK
RGB Variations
Color information
#AEF2C8 (or 0xAEF2C8) is known color: Magic Mint. HEX triplet: AE, F2 and C8. RGB value is (174,242,200). Sum of RGB (Red+Green+Blue) = 174+242+200=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2C8 is #510D37. Grayscale: #D8D8D8. Windows color (decimal): -5311800 or 13169326. OLE color: 13169326.
HSL color Cylindrical-coordinate representation of color #AEF2C8: hue angle of 142.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2C8 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 200 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.05 |
| HSL | 142.94º | 0.72% | 0.82% | - |
| HSV(B) | 142.94º | 0.28% | 0.95% | - |
| XYZ | 59.63 | 76.67 | 66.3 | - |
| YUV | 216.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 200 | 0.28 | 0 | 0.17 | 0.05 | 142.94 | 0.72 | 0.82 |
| Hex | AE | F2 | C8 | 1C | 0 | 11 | 5 | 8F | 48 | 52 |
| Octal | 256 | 362 | 310 | 34 | 0 | 21 | 5 | 217 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11001000 | 11100 | 0 | 10001 | 101 | 10001111 | 1001000 | 1010010 |
Color Harmonies of #AEF2C8
Complementary color
Monochromatic Colors of #AEF2C8
Black with #AEF2C8
Text Example
Text Example
White with #AEF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2C8; }
p { color: rgb(174,242,200); }
H1.HeaderClassName
{
color: #AEF2C8;
}
.AnyTagClassName
{
color: #AEF2C8;
}
</style>
background-color css
<style>
a { background-color: #AEF2C8; }
a { background-color: rgb(174,242,200); }
div.DivClassName
{
background-color: #AEF2C8;
}
.BgClassName
{
background-color: #AEF2C8;
}
</style>
border-color css
<style>
span { border-color: #AEF2C8; }
span { border-color: rgb(174,242,200); }
td.TdClassName
{
border-color: #AEF2C8;
}
.TagClassName
{
border-color: #AEF2C8;
}
</style>