Shades of Magic Mint #AEFDDC
Tints of Magic Mint #AEFDDC
RGB
CMYK
RGB Variations
Color information
#AEFDDC (or 0xAEFDDC) is known color: Magic Mint. HEX triplet: AE, FD and DC. RGB value is (174,253,220). Sum of RGB (Red+Green+Blue) = 174+253+220=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDDC is #510223. Grayscale: #E1E1E1. Windows color (decimal): -5308964 or 14482862. OLE color: 14482862.
HSL color Cylindrical-coordinate representation of color #AEFDDC: hue angle of 154.94º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDDC is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 253 | 220 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.01 |
| HSL | 154.94º | 0.95% | 0.84% | - |
| HSV(B) | 154.94º | 0.31% | 0.99% | - |
| XYZ | 65.5 | 84.42 | 80.55 | - |
| YUV | 225.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 253 | 220 | 0.31 | 0 | 0.13 | 0.01 | 154.94 | 0.95 | 0.84 |
| Hex | AE | FD | DC | 1F | 0 | D | 1 | 9B | 5F | 54 |
| Octal | 256 | 375 | 334 | 37 | 0 | 15 | 1 | 233 | 137 | 124 |
| Binary | 10101110 | 11111101 | 11011100 | 11111 | 0 | 1101 | 1 | 10011011 | 1011111 | 1010100 |
Color Harmonies of #AEFDDC
Complementary color
Monochromatic Colors of #AEFDDC
Black with #AEFDDC
Text Example
Text Example
White with #AEFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDDC; }
p { color: rgb(174,253,220); }
H1.HeaderClassName
{
color: #AEFDDC;
}
.AnyTagClassName
{
color: #AEFDDC;
}
</style>
background-color css
<style>
a { background-color: #AEFDDC; }
a { background-color: rgb(174,253,220); }
div.DivClassName
{
background-color: #AEFDDC;
}
.BgClassName
{
background-color: #AEFDDC;
}
</style>
border-color css
<style>
span { border-color: #AEFDDC; }
span { border-color: rgb(174,253,220); }
td.TdClassName
{
border-color: #AEFDDC;
}
.TagClassName
{
border-color: #AEFDDC;
}
</style>