Shades of Magic Mint #AEEECE
Tints of Magic Mint #AEEECE
RGB
CMYK
RGB Variations
Color information
#AEEECE (or 0xAEEECE) is known color: Magic Mint. HEX triplet: AE, EE and CE. RGB value is (174,238,206). Sum of RGB (Red+Green+Blue) = 174+238+206=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEECE is #511131. Grayscale: #D7D7D7. Windows color (decimal): -5312818 or 13561518. OLE color: 13561518.
HSL color Cylindrical-coordinate representation of color #AEEECE: hue angle of 150º 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 #AEEECE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 206 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.07 |
| HSL | 150º | 0.65% | 0.81% | - |
| HSV(B) | 150º | 0.27% | 0.93% | - |
| XYZ | 59.17 | 74.6 | 69.67 | - |
| YUV | 215.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 206 | 0.27 | 0 | 0.13 | 0.07 | 150 | 0.65 | 0.81 |
| Hex | AE | EE | CE | 1B | 0 | D | 7 | 96 | 41 | 51 |
| Octal | 256 | 356 | 316 | 33 | 0 | 15 | 7 | 226 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11001110 | 11011 | 0 | 1101 | 111 | 10010110 | 1000001 | 1010001 |
Color Harmonies of #AEEECE
Complementary color
Monochromatic Colors of #AEEECE
Black with #AEEECE
Text Example
Text Example
White with #AEEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEECE; }
p { color: rgb(174,238,206); }
H1.HeaderClassName
{
color: #AEEECE;
}
.AnyTagClassName
{
color: #AEEECE;
}
</style>
background-color css
<style>
a { background-color: #AEEECE; }
a { background-color: rgb(174,238,206); }
div.DivClassName
{
background-color: #AEEECE;
}
.BgClassName
{
background-color: #AEEECE;
}
</style>
border-color css
<style>
span { border-color: #AEEECE; }
span { border-color: rgb(174,238,206); }
td.TdClassName
{
border-color: #AEEECE;
}
.TagClassName
{
border-color: #AEEECE;
}
</style>