Shades of Magic Mint #AEFFCD
Tints of Magic Mint #AEFFCD
RGB
CMYK
RGB Variations
Color information
#AEFFCD (or 0xAEFFCD) is known color: Magic Mint. HEX triplet: AE, FF and CD. RGB value is (174,255,205). Sum of RGB (Red+Green+Blue) = 174+255+205=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFCD is #510032. Grayscale: #E1E1E1. Windows color (decimal): -5308467 or 13500334. OLE color: 13500334.
HSL color Cylindrical-coordinate representation of color #AEFFCD: hue angle of 142.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFCD is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 205 | - |
| CMYK | 0.32 | 0 | 0.20 | 0 |
| HSL | 142.96º | 1% | 0.84% | - |
| HSV(B) | 142.96º | 0.32% | 1% | - |
| XYZ | 64.24 | 84.93 | 70.76 | - |
| YUV | 225.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 205 | 0.32 | 0 | 0.20 | 0 | 142.96 | 1 | 0.84 |
| Hex | AE | FF | CD | 20 | 0 | 14 | 0 | 8F | 64 | 54 |
| Octal | 256 | 377 | 315 | 40 | 0 | 24 | 0 | 217 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11001101 | 100000 | 0 | 10100 | 0 | 10001111 | 1100100 | 1010100 |
Color Harmonies of #AEFFCD
Complementary color
Monochromatic Colors of #AEFFCD
Black with #AEFFCD
Text Example
Text Example
White with #AEFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFCD; }
p { color: rgb(174,255,205); }
H1.HeaderClassName
{
color: #AEFFCD;
}
.AnyTagClassName
{
color: #AEFFCD;
}
</style>
background-color css
<style>
a { background-color: #AEFFCD; }
a { background-color: rgb(174,255,205); }
div.DivClassName
{
background-color: #AEFFCD;
}
.BgClassName
{
background-color: #AEFFCD;
}
</style>
border-color css
<style>
span { border-color: #AEFFCD; }
span { border-color: rgb(174,255,205); }
td.TdClassName
{
border-color: #AEFFCD;
}
.TagClassName
{
border-color: #AEFFCD;
}
</style>