Shades of Magic Mint #AEEAC4
Tints of Magic Mint #AEEAC4
RGB
CMYK
RGB Variations
Color information
#AEEAC4 (or 0xAEEAC4) is known color: Magic Mint. HEX triplet: AE, EA and C4. RGB value is (174,234,196). Sum of RGB (Red+Green+Blue) = 174+234+196=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAC4 is #51153B. Grayscale: #D3D3D3. Windows color (decimal): -5313852 or 12905134. OLE color: 12905134.
HSL color Cylindrical-coordinate representation of color #AEEAC4: hue angle of 142º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAC4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 196 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.08 |
| HSL | 142º | 0.59% | 0.8% | - |
| HSV(B) | 142º | 0.26% | 0.92% | - |
| XYZ | 56.84 | 71.83 | 63.09 | - |
| YUV | 211.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 196 | 0.26 | 0 | 0.16 | 0.08 | 142 | 0.59 | 0.8 |
| Hex | AE | EA | C4 | 1A | 0 | 10 | 8 | 8E | 3B | 50 |
| Octal | 256 | 352 | 304 | 32 | 0 | 20 | 10 | 216 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11000100 | 11010 | 0 | 10000 | 1000 | 10001110 | 111011 | 1010000 |
Color Harmonies of #AEEAC4
Complementary color
Monochromatic Colors of #AEEAC4
Black with #AEEAC4
Text Example
Text Example
White with #AEEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAC4; }
p { color: rgb(174,234,196); }
H1.HeaderClassName
{
color: #AEEAC4;
}
.AnyTagClassName
{
color: #AEEAC4;
}
</style>
background-color css
<style>
a { background-color: #AEEAC4; }
a { background-color: rgb(174,234,196); }
div.DivClassName
{
background-color: #AEEAC4;
}
.BgClassName
{
background-color: #AEEAC4;
}
</style>
border-color css
<style>
span { border-color: #AEEAC4; }
span { border-color: rgb(174,234,196); }
td.TdClassName
{
border-color: #AEEAC4;
}
.TagClassName
{
border-color: #AEEAC4;
}
</style>