Shades of Magic Mint #AEE7CA
Tints of Magic Mint #AEE7CA
RGB
CMYK
RGB Variations
Color information
#AEE7CA (or 0xAEE7CA) is known color: Magic Mint. HEX triplet: AE, E7 and CA. RGB value is (174,231,202). Sum of RGB (Red+Green+Blue) = 174+231+202=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE7CA is #511835. Grayscale: #D2D2D2. Windows color (decimal): -5314614 or 13297582. OLE color: 13297582.
HSL color Cylindrical-coordinate representation of color #AEE7CA: hue angle of 149.47º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE7CA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 202 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.09 |
| HSL | 149.47º | 0.54% | 0.79% | - |
| HSV(B) | 149.47º | 0.25% | 0.91% | - |
| XYZ | 56.69 | 70.41 | 66.48 | - |
| YUV | 210.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 202 | 0.25 | 0 | 0.13 | 0.09 | 149.47 | 0.54 | 0.79 |
| Hex | AE | E7 | CA | 19 | 0 | D | 9 | 95 | 36 | 4F |
| Octal | 256 | 347 | 312 | 31 | 0 | 15 | 11 | 225 | 66 | 117 |
| Binary | 10101110 | 11100111 | 11001010 | 11001 | 0 | 1101 | 1001 | 10010101 | 110110 | 1001111 |
Color Harmonies of #AEE7CA
Complementary color
Monochromatic Colors of #AEE7CA
Black with #AEE7CA
Text Example
Text Example
White with #AEE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE7CA; }
p { color: rgb(174,231,202); }
H1.HeaderClassName
{
color: #AEE7CA;
}
.AnyTagClassName
{
color: #AEE7CA;
}
</style>
background-color css
<style>
a { background-color: #AEE7CA; }
a { background-color: rgb(174,231,202); }
div.DivClassName
{
background-color: #AEE7CA;
}
.BgClassName
{
background-color: #AEE7CA;
}
</style>
border-color css
<style>
span { border-color: #AEE7CA; }
span { border-color: rgb(174,231,202); }
td.TdClassName
{
border-color: #AEE7CA;
}
.TagClassName
{
border-color: #AEE7CA;
}
</style>