Shades of Magic Mint #AEF2C7
Tints of Magic Mint #AEF2C7
RGB
CMYK
RGB Variations
Color information
#AEF2C7 (or 0xAEF2C7) is known color: Magic Mint. HEX triplet: AE, F2 and C7. RGB value is (174,242,199). Sum of RGB (Red+Green+Blue) = 174+242+199=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2C7 is #510D38. Grayscale: #D8D8D8. Windows color (decimal): -5311801 or 13103790. OLE color: 13103790.
HSL color Cylindrical-coordinate representation of color #AEF2C7: hue angle of 142.06º 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 #AEF2C7 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 199 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.05 |
| HSL | 142.06º | 0.72% | 0.82% | - |
| HSV(B) | 142.06º | 0.28% | 0.95% | - |
| XYZ | 59.52 | 76.63 | 65.69 | - |
| YUV | 216.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 199 | 0.28 | 0 | 0.18 | 0.05 | 142.06 | 0.72 | 0.82 |
| Hex | AE | F2 | C7 | 1C | 0 | 12 | 5 | 8E | 48 | 52 |
| Octal | 256 | 362 | 307 | 34 | 0 | 22 | 5 | 216 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11000111 | 11100 | 0 | 10010 | 101 | 10001110 | 1001000 | 1010010 |
Color Harmonies of #AEF2C7
Complementary color
Monochromatic Colors of #AEF2C7
Black with #AEF2C7
Text Example
Text Example
White with #AEF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2C7; }
p { color: rgb(174,242,199); }
H1.HeaderClassName
{
color: #AEF2C7;
}
.AnyTagClassName
{
color: #AEF2C7;
}
</style>
background-color css
<style>
a { background-color: #AEF2C7; }
a { background-color: rgb(174,242,199); }
div.DivClassName
{
background-color: #AEF2C7;
}
.BgClassName
{
background-color: #AEF2C7;
}
</style>
border-color css
<style>
span { border-color: #AEF2C7; }
span { border-color: rgb(174,242,199); }
td.TdClassName
{
border-color: #AEF2C7;
}
.TagClassName
{
border-color: #AEF2C7;
}
</style>