Shades of Magic Mint #AEEEC8
Tints of Magic Mint #AEEEC8
RGB
CMYK
RGB Variations
Color information
#AEEEC8 (or 0xAEEEC8) is known color: Magic Mint. HEX triplet: AE, EE and C8. RGB value is (174,238,200). Sum of RGB (Red+Green+Blue) = 174+238+200=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEC8 is #511137. Grayscale: #D6D6D6. Windows color (decimal): -5312824 or 13168302. OLE color: 13168302.
HSL color Cylindrical-coordinate representation of color #AEEEC8: hue angle of 144.38º 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 #AEEEC8 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 200 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.07 |
| HSL | 144.38º | 0.65% | 0.81% | - |
| HSV(B) | 144.38º | 0.27% | 0.93% | - |
| XYZ | 58.46 | 74.32 | 65.91 | - |
| YUV | 214.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 200 | 0.27 | 0 | 0.16 | 0.07 | 144.38 | 0.65 | 0.81 |
| Hex | AE | EE | C8 | 1B | 0 | 10 | 7 | 90 | 41 | 51 |
| Octal | 256 | 356 | 310 | 33 | 0 | 20 | 7 | 220 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11001000 | 11011 | 0 | 10000 | 111 | 10010000 | 1000001 | 1010001 |
Color Harmonies of #AEEEC8
Complementary color
Monochromatic Colors of #AEEEC8
Black with #AEEEC8
Text Example
Text Example
White with #AEEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEC8; }
p { color: rgb(174,238,200); }
H1.HeaderClassName
{
color: #AEEEC8;
}
.AnyTagClassName
{
color: #AEEEC8;
}
</style>
background-color css
<style>
a { background-color: #AEEEC8; }
a { background-color: rgb(174,238,200); }
div.DivClassName
{
background-color: #AEEEC8;
}
.BgClassName
{
background-color: #AEEEC8;
}
</style>
border-color css
<style>
span { border-color: #AEEEC8; }
span { border-color: rgb(174,238,200); }
td.TdClassName
{
border-color: #AEEEC8;
}
.TagClassName
{
border-color: #AEEEC8;
}
</style>