Shades of Magic Mint #AEF3D9
Tints of Magic Mint #AEF3D9
RGB
CMYK
RGB Variations
Color information
#AEF3D9 (or 0xAEF3D9) is known color: Magic Mint. HEX triplet: AE, F3 and D9. RGB value is (174,243,217). Sum of RGB (Red+Green+Blue) = 174+243+217=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3D9 is #510C26. Grayscale: #DBDBDB. Windows color (decimal): -5311527 or 14283694. OLE color: 14283694.
HSL color Cylindrical-coordinate representation of color #AEF3D9: hue angle of 157.39º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3D9 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 217 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.05 |
| HSL | 157.39º | 0.74% | 0.82% | - |
| HSV(B) | 157.39º | 0.28% | 0.95% | - |
| XYZ | 62.03 | 78.11 | 77.45 | - |
| YUV | 219.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 217 | 0.28 | 0 | 0.11 | 0.05 | 157.39 | 0.74 | 0.82 |
| Hex | AE | F3 | D9 | 1C | 0 | B | 5 | 9D | 4A | 52 |
| Octal | 256 | 363 | 331 | 34 | 0 | 13 | 5 | 235 | 112 | 122 |
| Binary | 10101110 | 11110011 | 11011001 | 11100 | 0 | 1011 | 101 | 10011101 | 1001010 | 1010010 |
Color Harmonies of #AEF3D9
Complementary color
Monochromatic Colors of #AEF3D9
Black with #AEF3D9
Text Example
Text Example
White with #AEF3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF3D9; }
p { color: rgb(174,243,217); }
H1.HeaderClassName
{
color: #AEF3D9;
}
.AnyTagClassName
{
color: #AEF3D9;
}
</style>
background-color css
<style>
a { background-color: #AEF3D9; }
a { background-color: rgb(174,243,217); }
div.DivClassName
{
background-color: #AEF3D9;
}
.BgClassName
{
background-color: #AEF3D9;
}
</style>
border-color css
<style>
span { border-color: #AEF3D9; }
span { border-color: rgb(174,243,217); }
td.TdClassName
{
border-color: #AEF3D9;
}
.TagClassName
{
border-color: #AEF3D9;
}
</style>