Shades of Magic Mint #AEE5CA
Tints of Magic Mint #AEE5CA
RGB
CMYK
RGB Variations
Color information
#AEE5CA (or 0xAEE5CA) is known color: Magic Mint. HEX triplet: AE, E5 and CA. RGB value is (174,229,202). Sum of RGB (Red+Green+Blue) = 174+229+202=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5CA is #511A35. Grayscale: #D1D1D1. Windows color (decimal): -5315126 or 13297070. OLE color: 13297070.
HSL color Cylindrical-coordinate representation of color #AEE5CA: hue angle of 150.55º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5CA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 202 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.10 |
| HSL | 150.55º | 0.51% | 0.79% | - |
| HSV(B) | 150.55º | 0.24% | 0.9% | - |
| XYZ | 56.14 | 69.3 | 66.3 | - |
| YUV | 209.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 202 | 0.24 | 0 | 0.12 | 0.10 | 150.55 | 0.51 | 0.79 |
| Hex | AE | E5 | CA | 18 | 0 | C | A | 97 | 33 | 4F |
| Octal | 256 | 345 | 312 | 30 | 0 | 14 | 12 | 227 | 63 | 117 |
| Binary | 10101110 | 11100101 | 11001010 | 11000 | 0 | 1100 | 1010 | 10010111 | 110011 | 1001111 |
Color Harmonies of #AEE5CA
Complementary color
Monochromatic Colors of #AEE5CA
Black with #AEE5CA
Text Example
Text Example
White with #AEE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5CA; }
p { color: rgb(174,229,202); }
H1.HeaderClassName
{
color: #AEE5CA;
}
.AnyTagClassName
{
color: #AEE5CA;
}
</style>
background-color css
<style>
a { background-color: #AEE5CA; }
a { background-color: rgb(174,229,202); }
div.DivClassName
{
background-color: #AEE5CA;
}
.BgClassName
{
background-color: #AEE5CA;
}
</style>
border-color css
<style>
span { border-color: #AEE5CA; }
span { border-color: rgb(174,229,202); }
td.TdClassName
{
border-color: #AEE5CA;
}
.TagClassName
{
border-color: #AEE5CA;
}
</style>