Shades of Magic Mint #AEE9D3
Tints of Magic Mint #AEE9D3
RGB
CMYK
RGB Variations
Color information
#AEE9D3 (or 0xAEE9D3) is known color: Magic Mint. HEX triplet: AE, E9 and D3. RGB value is (174,233,211). Sum of RGB (Red+Green+Blue) = 174+233+211=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9D3 is #51162C. Grayscale: #D4D4D4. Windows color (decimal): -5314093 or 13887918. OLE color: 13887918.
HSL color Cylindrical-coordinate representation of color #AEE9D3: hue angle of 157.63º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9D3 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 233 | 211 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.09 |
| HSL | 157.63º | 0.57% | 0.8% | - |
| HSV(B) | 157.63º | 0.25% | 0.91% | - |
| XYZ | 58.35 | 71.98 | 72.45 | - |
| YUV | 212.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 233 | 211 | 0.25 | 0 | 0.09 | 0.09 | 157.63 | 0.57 | 0.8 |
| Hex | AE | E9 | D3 | 19 | 0 | 9 | 9 | 9E | 39 | 50 |
| Octal | 256 | 351 | 323 | 31 | 0 | 11 | 11 | 236 | 71 | 120 |
| Binary | 10101110 | 11101001 | 11010011 | 11001 | 0 | 1001 | 1001 | 10011110 | 111001 | 1010000 |
Color Harmonies of #AEE9D3
Complementary color
Monochromatic Colors of #AEE9D3
Black with #AEE9D3
Text Example
Text Example
White with #AEE9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE9D3; }
p { color: rgb(174,233,211); }
H1.HeaderClassName
{
color: #AEE9D3;
}
.AnyTagClassName
{
color: #AEE9D3;
}
</style>
background-color css
<style>
a { background-color: #AEE9D3; }
a { background-color: rgb(174,233,211); }
div.DivClassName
{
background-color: #AEE9D3;
}
.BgClassName
{
background-color: #AEE9D3;
}
</style>
border-color css
<style>
span { border-color: #AEE9D3; }
span { border-color: rgb(174,233,211); }
td.TdClassName
{
border-color: #AEE9D3;
}
.TagClassName
{
border-color: #AEE9D3;
}
</style>