Shades of Magic Mint #AEE1CA
Tints of Magic Mint #AEE1CA
RGB
CMYK
RGB Variations
Color information
#AEE1CA (or 0xAEE1CA) is known color: Magic Mint. HEX triplet: AE, E1 and CA. RGB value is (174,225,202). Sum of RGB (Red+Green+Blue) = 174+225+202=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1CA is #511E35. Grayscale: #CFCFCF. Windows color (decimal): -5316150 or 13296046. OLE color: 13296046.
HSL color Cylindrical-coordinate representation of color #AEE1CA: hue angle of 152.94º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1CA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 202 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.12 |
| HSL | 152.94º | 0.46% | 0.78% | - |
| HSV(B) | 152.94º | 0.23% | 0.88% | - |
| XYZ | 55.04 | 67.11 | 65.93 | - |
| YUV | 207.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 202 | 0.23 | 0 | 0.10 | 0.12 | 152.94 | 0.46 | 0.78 |
| Hex | AE | E1 | CA | 17 | 0 | A | C | 99 | 2E | 4E |
| Octal | 256 | 341 | 312 | 27 | 0 | 12 | 14 | 231 | 56 | 116 |
| Binary | 10101110 | 11100001 | 11001010 | 10111 | 0 | 1010 | 1100 | 10011001 | 101110 | 1001110 |
Color Harmonies of #AEE1CA
Complementary color
Monochromatic Colors of #AEE1CA
Black with #AEE1CA
Text Example
Text Example
White with #AEE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1CA; }
p { color: rgb(174,225,202); }
H1.HeaderClassName
{
color: #AEE1CA;
}
.AnyTagClassName
{
color: #AEE1CA;
}
</style>
background-color css
<style>
a { background-color: #AEE1CA; }
a { background-color: rgb(174,225,202); }
div.DivClassName
{
background-color: #AEE1CA;
}
.BgClassName
{
background-color: #AEE1CA;
}
</style>
border-color css
<style>
span { border-color: #AEE1CA; }
span { border-color: rgb(174,225,202); }
td.TdClassName
{
border-color: #AEE1CA;
}
.TagClassName
{
border-color: #AEE1CA;
}
</style>