Shades of Magic Mint #AEFFC7
Tints of Magic Mint #AEFFC7
RGB
CMYK
RGB Variations
Color information
#AEFFC7 (or 0xAEFFC7) is known color: Magic Mint. HEX triplet: AE, FF and C7. RGB value is (174,255,199). Sum of RGB (Red+Green+Blue) = 174+255+199=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFC7 is #510038. Grayscale: #E0E0E0. Windows color (decimal): -5308473 or 13107118. OLE color: 13107118.
HSL color Cylindrical-coordinate representation of color #AEFFC7: hue angle of 138.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFC7 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 199 | - |
| CMYK | 0.32 | 0 | 0.22 | 0 |
| HSL | 138.52º | 1% | 0.84% | - |
| HSV(B) | 138.52º | 0.32% | 1% | - |
| XYZ | 63.52 | 84.64 | 67.02 | - |
| YUV | 224.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 199 | 0.32 | 0 | 0.22 | 0 | 138.52 | 1 | 0.84 |
| Hex | AE | FF | C7 | 20 | 0 | 16 | 0 | 8B | 64 | 54 |
| Octal | 256 | 377 | 307 | 40 | 0 | 26 | 0 | 213 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11000111 | 100000 | 0 | 10110 | 0 | 10001011 | 1100100 | 1010100 |
Color Harmonies of #AEFFC7
Complementary color
Monochromatic Colors of #AEFFC7
Black with #AEFFC7
Text Example
Text Example
White with #AEFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFC7; }
p { color: rgb(174,255,199); }
H1.HeaderClassName
{
color: #AEFFC7;
}
.AnyTagClassName
{
color: #AEFFC7;
}
</style>
background-color css
<style>
a { background-color: #AEFFC7; }
a { background-color: rgb(174,255,199); }
div.DivClassName
{
background-color: #AEFFC7;
}
.BgClassName
{
background-color: #AEFFC7;
}
</style>
border-color css
<style>
span { border-color: #AEFFC7; }
span { border-color: rgb(174,255,199); }
td.TdClassName
{
border-color: #AEFFC7;
}
.TagClassName
{
border-color: #AEFFC7;
}
</style>