Shades of Magic Mint #AEFDCC
Tints of Magic Mint #AEFDCC
RGB
CMYK
RGB Variations
Color information
#AEFDCC (or 0xAEFDCC) is known color: Magic Mint. HEX triplet: AE, FD and CC. RGB value is (174,253,204). Sum of RGB (Red+Green+Blue) = 174+253+204=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDCC is #510233. Grayscale: #DFDFDF. Windows color (decimal): -5308980 or 13434286. OLE color: 13434286.
HSL color Cylindrical-coordinate representation of color #AEFDCC: hue angle of 142.78º 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 #AEFDCC is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 253 | 204 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.01 |
| HSL | 142.78º | 0.95% | 0.84% | - |
| HSV(B) | 142.78º | 0.31% | 0.99% | - |
| XYZ | 63.48 | 83.61 | 69.92 | - |
| YUV | 223.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 253 | 204 | 0.31 | 0 | 0.19 | 0.01 | 142.78 | 0.95 | 0.84 |
| Hex | AE | FD | CC | 1F | 0 | 13 | 1 | 8F | 5F | 54 |
| Octal | 256 | 375 | 314 | 37 | 0 | 23 | 1 | 217 | 137 | 124 |
| Binary | 10101110 | 11111101 | 11001100 | 11111 | 0 | 10011 | 1 | 10001111 | 1011111 | 1010100 |
Color Harmonies of #AEFDCC
Complementary color
Monochromatic Colors of #AEFDCC
Black with #AEFDCC
Text Example
Text Example
White with #AEFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDCC; }
p { color: rgb(174,253,204); }
H1.HeaderClassName
{
color: #AEFDCC;
}
.AnyTagClassName
{
color: #AEFDCC;
}
</style>
background-color css
<style>
a { background-color: #AEFDCC; }
a { background-color: rgb(174,253,204); }
div.DivClassName
{
background-color: #AEFDCC;
}
.BgClassName
{
background-color: #AEFDCC;
}
</style>
border-color css
<style>
span { border-color: #AEFDCC; }
span { border-color: rgb(174,253,204); }
td.TdClassName
{
border-color: #AEFDCC;
}
.TagClassName
{
border-color: #AEFDCC;
}
</style>