Shades of Magic Mint #AEFECD
Tints of Magic Mint #AEFECD
RGB
CMYK
RGB Variations
Color information
#AEFECD (or 0xAEFECD) is known color: Magic Mint. HEX triplet: AE, FE and CD. RGB value is (174,254,205). Sum of RGB (Red+Green+Blue) = 174+254+205=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFECD is #510132. Grayscale: #E0E0E0. Windows color (decimal): -5308723 or 13500078. OLE color: 13500078.
HSL color Cylindrical-coordinate representation of color #AEFECD: hue angle of 143.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFECD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 205 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.00 |
| HSL | 143.25º | 0.98% | 0.84% | - |
| HSV(B) | 143.25º | 0.31% | 1% | - |
| XYZ | 63.92 | 84.29 | 70.66 | - |
| YUV | 224.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 205 | 0.31 | 0 | 0.19 | 0.00 | 143.25 | 0.98 | 0.84 |
| Hex | AE | FE | CD | 1F | 0 | 13 | 0 | 8F | 62 | 54 |
| Octal | 256 | 376 | 315 | 37 | 0 | 23 | 0 | 217 | 142 | 124 |
| Binary | 10101110 | 11111110 | 11001101 | 11111 | 0 | 10011 | 0 | 10001111 | 1100010 | 1010100 |
Color Harmonies of #AEFECD
Complementary color
Monochromatic Colors of #AEFECD
Black with #AEFECD
Text Example
Text Example
White with #AEFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFECD; }
p { color: rgb(174,254,205); }
H1.HeaderClassName
{
color: #AEFECD;
}
.AnyTagClassName
{
color: #AEFECD;
}
</style>
background-color css
<style>
a { background-color: #AEFECD; }
a { background-color: rgb(174,254,205); }
div.DivClassName
{
background-color: #AEFECD;
}
.BgClassName
{
background-color: #AEFECD;
}
</style>
border-color css
<style>
span { border-color: #AEFECD; }
span { border-color: rgb(174,254,205); }
td.TdClassName
{
border-color: #AEFECD;
}
.TagClassName
{
border-color: #AEFECD;
}
</style>