Shades of Magic Mint #AEFFDA
Tints of Magic Mint #AEFFDA
RGB
CMYK
RGB Variations
Color information
#AEFFDA (or 0xAEFFDA) is known color: Magic Mint. HEX triplet: AE, FF and DA. RGB value is (174,255,218). Sum of RGB (Red+Green+Blue) = 174+255+218=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDA is #510025. Grayscale: #E2E2E2. Windows color (decimal): -5308454 or 14352302. OLE color: 14352302.
HSL color Cylindrical-coordinate representation of color #AEFFDA: hue angle of 152.59º 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 #AEFFDA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 218 | - |
| CMYK | 0.32 | 0 | 0.15 | 0 |
| HSL | 152.59º | 1% | 0.84% | - |
| HSV(B) | 152.59º | 0.32% | 1% | - |
| XYZ | 65.87 | 85.58 | 79.38 | - |
| YUV | 226.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 218 | 0.32 | 0 | 0.15 | 0 | 152.59 | 1 | 0.84 |
| Hex | AE | FF | DA | 20 | 0 | F | 0 | 99 | 64 | 54 |
| Octal | 256 | 377 | 332 | 40 | 0 | 17 | 0 | 231 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11011010 | 100000 | 0 | 1111 | 0 | 10011001 | 1100100 | 1010100 |
Color Harmonies of #AEFFDA
Complementary color
Monochromatic Colors of #AEFFDA
Black with #AEFFDA
Text Example
Text Example
White with #AEFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFDA; }
p { color: rgb(174,255,218); }
H1.HeaderClassName
{
color: #AEFFDA;
}
.AnyTagClassName
{
color: #AEFFDA;
}
</style>
background-color css
<style>
a { background-color: #AEFFDA; }
a { background-color: rgb(174,255,218); }
div.DivClassName
{
background-color: #AEFFDA;
}
.BgClassName
{
background-color: #AEFFDA;
}
</style>
border-color css
<style>
span { border-color: #AEFFDA; }
span { border-color: rgb(174,255,218); }
td.TdClassName
{
border-color: #AEFFDA;
}
.TagClassName
{
border-color: #AEFFDA;
}
</style>