Shades of Magic Mint #AEEECC
Tints of Magic Mint #AEEECC
RGB
CMYK
RGB Variations
Color information
#AEEECC (or 0xAEEECC) is known color: Magic Mint. HEX triplet: AE, EE and CC. RGB value is (174,238,204). Sum of RGB (Red+Green+Blue) = 174+238+204=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEECC is #511133. Grayscale: #D7D7D7. Windows color (decimal): -5312820 or 13430446. OLE color: 13430446.
HSL color Cylindrical-coordinate representation of color #AEEECC: hue angle of 148.12º 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 #AEEECC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 204 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.07 |
| HSL | 148.13º | 0.65% | 0.81% | - |
| HSV(B) | 148.13º | 0.27% | 0.93% | - |
| XYZ | 58.93 | 74.51 | 68.4 | - |
| YUV | 214.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 204 | 0.27 | 0 | 0.14 | 0.07 | 148.13 | 0.65 | 0.81 |
| Hex | AE | EE | CC | 1B | 0 | E | 7 | 94 | 41 | 51 |
| Octal | 256 | 356 | 314 | 33 | 0 | 16 | 7 | 224 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11001100 | 11011 | 0 | 1110 | 111 | 10010100 | 1000001 | 1010001 |
Color Harmonies of #AEEECC
Complementary color
Monochromatic Colors of #AEEECC
Black with #AEEECC
Text Example
Text Example
White with #AEEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEECC; }
p { color: rgb(174,238,204); }
H1.HeaderClassName
{
color: #AEEECC;
}
.AnyTagClassName
{
color: #AEEECC;
}
</style>
background-color css
<style>
a { background-color: #AEEECC; }
a { background-color: rgb(174,238,204); }
div.DivClassName
{
background-color: #AEEECC;
}
.BgClassName
{
background-color: #AEEECC;
}
</style>
border-color css
<style>
span { border-color: #AEEECC; }
span { border-color: rgb(174,238,204); }
td.TdClassName
{
border-color: #AEEECC;
}
.TagClassName
{
border-color: #AEEECC;
}
</style>