Shades of Magic Mint #AEECC9
Tints of Magic Mint #AEECC9
RGB
CMYK
RGB Variations
Color information
#AEECC9 (or 0xAEECC9) is known color: Magic Mint. HEX triplet: AE, EC and C9. RGB value is (174,236,201). Sum of RGB (Red+Green+Blue) = 174+236+201=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC9 is #511336. Grayscale: #D5D5D5. Windows color (decimal): -5313335 or 13233326. OLE color: 13233326.
HSL color Cylindrical-coordinate representation of color #AEECC9: hue angle of 146.13º 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 #AEECC9 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 201 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.07 |
| HSL | 146.13º | 0.62% | 0.8% | - |
| HSV(B) | 146.13º | 0.26% | 0.93% | - |
| XYZ | 57.99 | 73.21 | 66.33 | - |
| YUV | 213.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 201 | 0.26 | 0 | 0.15 | 0.07 | 146.13 | 0.62 | 0.8 |
| Hex | AE | EC | C9 | 1A | 0 | F | 7 | 92 | 3E | 50 |
| Octal | 256 | 354 | 311 | 32 | 0 | 17 | 7 | 222 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11001001 | 11010 | 0 | 1111 | 111 | 10010010 | 111110 | 1010000 |
Color Harmonies of #AEECC9
Complementary color
Monochromatic Colors of #AEECC9
Black with #AEECC9
Text Example
Text Example
White with #AEECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECC9; }
p { color: rgb(174,236,201); }
H1.HeaderClassName
{
color: #AEECC9;
}
.AnyTagClassName
{
color: #AEECC9;
}
</style>
background-color css
<style>
a { background-color: #AEECC9; }
a { background-color: rgb(174,236,201); }
div.DivClassName
{
background-color: #AEECC9;
}
.BgClassName
{
background-color: #AEECC9;
}
</style>
border-color css
<style>
span { border-color: #AEECC9; }
span { border-color: rgb(174,236,201); }
td.TdClassName
{
border-color: #AEECC9;
}
.TagClassName
{
border-color: #AEECC9;
}
</style>