Shades of Magic Mint #AEECC5
Tints of Magic Mint #AEECC5
RGB
CMYK
RGB Variations
Color information
#AEECC5 (or 0xAEECC5) is known color: Magic Mint. HEX triplet: AE, EC and C5. RGB value is (174,236,197). Sum of RGB (Red+Green+Blue) = 174+236+197=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC5 is #51133A. Grayscale: #D5D5D5. Windows color (decimal): -5313339 or 12971182. OLE color: 12971182.
HSL color Cylindrical-coordinate representation of color #AEECC5: hue angle of 142.26º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECC5 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 197 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.07 |
| HSL | 142.26º | 0.62% | 0.8% | - |
| HSV(B) | 142.26º | 0.26% | 0.93% | - |
| XYZ | 57.53 | 73.02 | 63.89 | - |
| YUV | 213.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 197 | 0.26 | 0 | 0.17 | 0.07 | 142.26 | 0.62 | 0.8 |
| Hex | AE | EC | C5 | 1A | 0 | 11 | 7 | 8E | 3E | 50 |
| Octal | 256 | 354 | 305 | 32 | 0 | 21 | 7 | 216 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11000101 | 11010 | 0 | 10001 | 111 | 10001110 | 111110 | 1010000 |
Color Harmonies of #AEECC5
Complementary color
Monochromatic Colors of #AEECC5
Black with #AEECC5
Text Example
Text Example
White with #AEECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECC5; }
p { color: rgb(174,236,197); }
H1.HeaderClassName
{
color: #AEECC5;
}
.AnyTagClassName
{
color: #AEECC5;
}
</style>
background-color css
<style>
a { background-color: #AEECC5; }
a { background-color: rgb(174,236,197); }
div.DivClassName
{
background-color: #AEECC5;
}
.BgClassName
{
background-color: #AEECC5;
}
</style>
border-color css
<style>
span { border-color: #AEECC5; }
span { border-color: rgb(174,236,197); }
td.TdClassName
{
border-color: #AEECC5;
}
.TagClassName
{
border-color: #AEECC5;
}
</style>