Shades of Magic Mint #AEEEC5
Tints of Magic Mint #AEEEC5
RGB
CMYK
RGB Variations
Color information
#AEEEC5 (or 0xAEEEC5) is known color: Magic Mint. HEX triplet: AE, EE and C5. RGB value is (174,238,197). Sum of RGB (Red+Green+Blue) = 174+238+197=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEC5 is #51113A. Grayscale: #D6D6D6. Windows color (decimal): -5312827 or 12971694. OLE color: 12971694.
HSL color Cylindrical-coordinate representation of color #AEEEC5: hue angle of 141.56º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEC5 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 197 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.07 |
| HSL | 141.56º | 0.65% | 0.81% | - |
| HSV(B) | 141.56º | 0.27% | 0.93% | - |
| XYZ | 58.11 | 74.18 | 64.08 | - |
| YUV | 214.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 197 | 0.27 | 0 | 0.17 | 0.07 | 141.56 | 0.65 | 0.81 |
| Hex | AE | EE | C5 | 1B | 0 | 11 | 7 | 8E | 41 | 51 |
| Octal | 256 | 356 | 305 | 33 | 0 | 21 | 7 | 216 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11000101 | 11011 | 0 | 10001 | 111 | 10001110 | 1000001 | 1010001 |
Color Harmonies of #AEEEC5
Complementary color
Monochromatic Colors of #AEEEC5
Black with #AEEEC5
Text Example
Text Example
White with #AEEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEC5; }
p { color: rgb(174,238,197); }
H1.HeaderClassName
{
color: #AEEEC5;
}
.AnyTagClassName
{
color: #AEEEC5;
}
</style>
background-color css
<style>
a { background-color: #AEEEC5; }
a { background-color: rgb(174,238,197); }
div.DivClassName
{
background-color: #AEEEC5;
}
.BgClassName
{
background-color: #AEEEC5;
}
</style>
border-color css
<style>
span { border-color: #AEEEC5; }
span { border-color: rgb(174,238,197); }
td.TdClassName
{
border-color: #AEEEC5;
}
.TagClassName
{
border-color: #AEEEC5;
}
</style>