Shades of Magic Mint #AEF1D0
Tints of Magic Mint #AEF1D0
RGB
CMYK
RGB Variations
Color information
#AEF1D0 (or 0xAEF1D0) is known color: Magic Mint. HEX triplet: AE, F1 and D0. RGB value is (174,241,208). Sum of RGB (Red+Green+Blue) = 174+241+208=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1D0 is #510E2F. Grayscale: #D9D9D9. Windows color (decimal): -5312048 or 13693358. OLE color: 13693358.
HSL color Cylindrical-coordinate representation of color #AEF1D0: hue angle of 150.45º 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 #AEF1D0 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 208 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.05 |
| HSL | 150.45º | 0.71% | 0.81% | - |
| HSV(B) | 150.45º | 0.28% | 0.95% | - |
| XYZ | 60.3 | 76.46 | 71.26 | - |
| YUV | 217.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 208 | 0.28 | 0 | 0.14 | 0.05 | 150.45 | 0.71 | 0.81 |
| Hex | AE | F1 | D0 | 1C | 0 | E | 5 | 96 | 47 | 51 |
| Octal | 256 | 361 | 320 | 34 | 0 | 16 | 5 | 226 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11010000 | 11100 | 0 | 1110 | 101 | 10010110 | 1000111 | 1010001 |
Color Harmonies of #AEF1D0
Complementary color
Monochromatic Colors of #AEF1D0
Black with #AEF1D0
Text Example
Text Example
White with #AEF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1D0; }
p { color: rgb(174,241,208); }
H1.HeaderClassName
{
color: #AEF1D0;
}
.AnyTagClassName
{
color: #AEF1D0;
}
</style>
background-color css
<style>
a { background-color: #AEF1D0; }
a { background-color: rgb(174,241,208); }
div.DivClassName
{
background-color: #AEF1D0;
}
.BgClassName
{
background-color: #AEF1D0;
}
</style>
border-color css
<style>
span { border-color: #AEF1D0; }
span { border-color: rgb(174,241,208); }
td.TdClassName
{
border-color: #AEF1D0;
}
.TagClassName
{
border-color: #AEF1D0;
}
</style>