Shades of Magic Mint #AEF7C4
Tints of Magic Mint #AEF7C4
RGB
CMYK
RGB Variations
Color information
#AEF7C4 (or 0xAEF7C4) is known color: Magic Mint. HEX triplet: AE, F7 and C4. RGB value is (174,247,196). Sum of RGB (Red+Green+Blue) = 174+247+196=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7C4 is #51083B. Grayscale: #DBDBDB. Windows color (decimal): -5310524 or 12908462. OLE color: 12908462.
HSL color Cylindrical-coordinate representation of color #AEF7C4: hue angle of 138.08º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7C4 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 196 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.03 |
| HSL | 138.08º | 0.82% | 0.83% | - |
| HSV(B) | 138.08º | 0.3% | 0.97% | - |
| XYZ | 60.68 | 79.51 | 64.37 | - |
| YUV | 219.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 196 | 0.30 | 0 | 0.21 | 0.03 | 138.08 | 0.82 | 0.83 |
| Hex | AE | F7 | C4 | 1E | 0 | 15 | 3 | 8A | 52 | 53 |
| Octal | 256 | 367 | 304 | 36 | 0 | 25 | 3 | 212 | 122 | 123 |
| Binary | 10101110 | 11110111 | 11000100 | 11110 | 0 | 10101 | 11 | 10001010 | 1010010 | 1010011 |
Color Harmonies of #AEF7C4
Complementary color
Monochromatic Colors of #AEF7C4
Black with #AEF7C4
Text Example
Text Example
White with #AEF7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7C4; }
p { color: rgb(174,247,196); }
H1.HeaderClassName
{
color: #AEF7C4;
}
.AnyTagClassName
{
color: #AEF7C4;
}
</style>
background-color css
<style>
a { background-color: #AEF7C4; }
a { background-color: rgb(174,247,196); }
div.DivClassName
{
background-color: #AEF7C4;
}
.BgClassName
{
background-color: #AEF7C4;
}
</style>
border-color css
<style>
span { border-color: #AEF7C4; }
span { border-color: rgb(174,247,196); }
td.TdClassName
{
border-color: #AEF7C4;
}
.TagClassName
{
border-color: #AEF7C4;
}
</style>