Shades of Magic Mint #AEF1D1
Tints of Magic Mint #AEF1D1
RGB
CMYK
RGB Variations
Color information
#AEF1D1 (or 0xAEF1D1) is known color: Magic Mint. HEX triplet: AE, F1 and D1. RGB value is (174,241,209). Sum of RGB (Red+Green+Blue) = 174+241+209=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1D1 is #510E2E. Grayscale: #D9D9D9. Windows color (decimal): -5312047 or 13758894. OLE color: 13758894.
HSL color Cylindrical-coordinate representation of color #AEF1D1: hue angle of 151.34º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1D1 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 209 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.05 |
| HSL | 151.34º | 0.71% | 0.81% | - |
| HSV(B) | 151.34º | 0.28% | 0.95% | - |
| XYZ | 60.42 | 76.51 | 71.91 | - |
| YUV | 217.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 209 | 0.28 | 0 | 0.13 | 0.05 | 151.34 | 0.71 | 0.81 |
| Hex | AE | F1 | D1 | 1C | 0 | D | 5 | 97 | 47 | 51 |
| Octal | 256 | 361 | 321 | 34 | 0 | 15 | 5 | 227 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11010001 | 11100 | 0 | 1101 | 101 | 10010111 | 1000111 | 1010001 |
Color Harmonies of #AEF1D1
Complementary color
Monochromatic Colors of #AEF1D1
Black with #AEF1D1
Text Example
Text Example
White with #AEF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1D1; }
p { color: rgb(174,241,209); }
H1.HeaderClassName
{
color: #AEF1D1;
}
.AnyTagClassName
{
color: #AEF1D1;
}
</style>
background-color css
<style>
a { background-color: #AEF1D1; }
a { background-color: rgb(174,241,209); }
div.DivClassName
{
background-color: #AEF1D1;
}
.BgClassName
{
background-color: #AEF1D1;
}
</style>
border-color css
<style>
span { border-color: #AEF1D1; }
span { border-color: rgb(174,241,209); }
td.TdClassName
{
border-color: #AEF1D1;
}
.TagClassName
{
border-color: #AEF1D1;
}
</style>