Shades of Magic Mint #AEFDCD
Tints of Magic Mint #AEFDCD
RGB
CMYK
RGB Variations
Color information
#AEFDCD (or 0xAEFDCD) is known color: Magic Mint. HEX triplet: AE, FD and CD. RGB value is (174,253,205). Sum of RGB (Red+Green+Blue) = 174+253+205=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDCD is #510232. Grayscale: #E0E0E0. Windows color (decimal): -5308979 or 13499822. OLE color: 13499822.
HSL color Cylindrical-coordinate representation of color #AEFDCD: hue angle of 143.54º 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 #AEFDCD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 253 | 205 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.01 |
| HSL | 143.54º | 0.95% | 0.84% | - |
| HSV(B) | 143.54º | 0.31% | 0.99% | - |
| XYZ | 63.6 | 83.66 | 70.55 | - |
| YUV | 223.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 253 | 205 | 0.31 | 0 | 0.19 | 0.01 | 143.54 | 0.95 | 0.84 |
| Hex | AE | FD | CD | 1F | 0 | 13 | 1 | 90 | 5F | 54 |
| Octal | 256 | 375 | 315 | 37 | 0 | 23 | 1 | 220 | 137 | 124 |
| Binary | 10101110 | 11111101 | 11001101 | 11111 | 0 | 10011 | 1 | 10010000 | 1011111 | 1010100 |
Color Harmonies of #AEFDCD
Complementary color
Monochromatic Colors of #AEFDCD
Black with #AEFDCD
Text Example
Text Example
White with #AEFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDCD; }
p { color: rgb(174,253,205); }
H1.HeaderClassName
{
color: #AEFDCD;
}
.AnyTagClassName
{
color: #AEFDCD;
}
</style>
background-color css
<style>
a { background-color: #AEFDCD; }
a { background-color: rgb(174,253,205); }
div.DivClassName
{
background-color: #AEFDCD;
}
.BgClassName
{
background-color: #AEFDCD;
}
</style>
border-color css
<style>
span { border-color: #AEFDCD; }
span { border-color: rgb(174,253,205); }
td.TdClassName
{
border-color: #AEFDCD;
}
.TagClassName
{
border-color: #AEFDCD;
}
</style>