Shades of Magic Mint #AEEDC9
Tints of Magic Mint #AEEDC9
RGB
CMYK
RGB Variations
Color information
#AEEDC9 (or 0xAEEDC9) is known color: Magic Mint. HEX triplet: AE, ED and C9. RGB value is (174,237,201). Sum of RGB (Red+Green+Blue) = 174+237+201=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDC9 is #511236. Grayscale: #D6D6D6. Windows color (decimal): -5313079 or 13233582. OLE color: 13233582.
HSL color Cylindrical-coordinate representation of color #AEEDC9: hue angle of 145.71º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDC9 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 201 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.07 |
| HSL | 145.71º | 0.64% | 0.81% | - |
| HSV(B) | 145.71º | 0.27% | 0.93% | - |
| XYZ | 58.28 | 73.78 | 66.43 | - |
| YUV | 214.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 201 | 0.27 | 0 | 0.15 | 0.07 | 145.71 | 0.64 | 0.81 |
| Hex | AE | ED | C9 | 1B | 0 | F | 7 | 92 | 40 | 51 |
| Octal | 256 | 355 | 311 | 33 | 0 | 17 | 7 | 222 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11001001 | 11011 | 0 | 1111 | 111 | 10010010 | 1000000 | 1010001 |
Color Harmonies of #AEEDC9
Complementary color
Monochromatic Colors of #AEEDC9
Black with #AEEDC9
Text Example
Text Example
White with #AEEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDC9; }
p { color: rgb(174,237,201); }
H1.HeaderClassName
{
color: #AEEDC9;
}
.AnyTagClassName
{
color: #AEEDC9;
}
</style>
background-color css
<style>
a { background-color: #AEEDC9; }
a { background-color: rgb(174,237,201); }
div.DivClassName
{
background-color: #AEEDC9;
}
.BgClassName
{
background-color: #AEEDC9;
}
</style>
border-color css
<style>
span { border-color: #AEEDC9; }
span { border-color: rgb(174,237,201); }
td.TdClassName
{
border-color: #AEEDC9;
}
.TagClassName
{
border-color: #AEEDC9;
}
</style>