Shades of Magic Mint #AEF1D3
Tints of Magic Mint #AEF1D3
RGB
CMYK
RGB Variations
Color information
#AEF1D3 (or 0xAEF1D3) is known color: Magic Mint. HEX triplet: AE, F1 and D3. RGB value is (174,241,211). Sum of RGB (Red+Green+Blue) = 174+241+211=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1D3 is #510E2C. Grayscale: #D9D9D9. Windows color (decimal): -5312045 or 13889966. OLE color: 13889966.
HSL color Cylindrical-coordinate representation of color #AEF1D3: hue angle of 153.13º 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 #AEF1D3 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 211 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.05 |
| HSL | 153.13º | 0.71% | 0.81% | - |
| HSV(B) | 153.13º | 0.28% | 0.95% | - |
| XYZ | 60.67 | 76.61 | 73.22 | - |
| YUV | 217.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 211 | 0.28 | 0 | 0.12 | 0.05 | 153.13 | 0.71 | 0.81 |
| Hex | AE | F1 | D3 | 1C | 0 | C | 5 | 99 | 47 | 51 |
| Octal | 256 | 361 | 323 | 34 | 0 | 14 | 5 | 231 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11010011 | 11100 | 0 | 1100 | 101 | 10011001 | 1000111 | 1010001 |
Color Harmonies of #AEF1D3
Complementary color
Monochromatic Colors of #AEF1D3
Black with #AEF1D3
Text Example
Text Example
White with #AEF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1D3; }
p { color: rgb(174,241,211); }
H1.HeaderClassName
{
color: #AEF1D3;
}
.AnyTagClassName
{
color: #AEF1D3;
}
</style>
background-color css
<style>
a { background-color: #AEF1D3; }
a { background-color: rgb(174,241,211); }
div.DivClassName
{
background-color: #AEF1D3;
}
.BgClassName
{
background-color: #AEF1D3;
}
</style>
border-color css
<style>
span { border-color: #AEF1D3; }
span { border-color: rgb(174,241,211); }
td.TdClassName
{
border-color: #AEF1D3;
}
.TagClassName
{
border-color: #AEF1D3;
}
</style>