Shades of Magic Mint #AEEBC9
Tints of Magic Mint #AEEBC9
RGB
CMYK
RGB Variations
Color information
#AEEBC9 (or 0xAEEBC9) is known color: Magic Mint. HEX triplet: AE, EB and C9. RGB value is (174,235,201). Sum of RGB (Red+Green+Blue) = 174+235+201=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBC9 is #511436. Grayscale: #D4D4D4. Windows color (decimal): -5313591 or 13233070. OLE color: 13233070.
HSL color Cylindrical-coordinate representation of color #AEEBC9: hue angle of 146.56º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBC9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 201 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.08 |
| HSL | 146.56º | 0.6% | 0.8% | - |
| HSV(B) | 146.56º | 0.26% | 0.92% | - |
| XYZ | 57.71 | 72.63 | 66.24 | - |
| YUV | 212.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 201 | 0.26 | 0 | 0.14 | 0.08 | 146.56 | 0.6 | 0.8 |
| Hex | AE | EB | C9 | 1A | 0 | E | 8 | 93 | 3C | 50 |
| Octal | 256 | 353 | 311 | 32 | 0 | 16 | 10 | 223 | 74 | 120 |
| Binary | 10101110 | 11101011 | 11001001 | 11010 | 0 | 1110 | 1000 | 10010011 | 111100 | 1010000 |
Color Harmonies of #AEEBC9
Complementary color
Monochromatic Colors of #AEEBC9
Black with #AEEBC9
Text Example
Text Example
White with #AEEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBC9; }
p { color: rgb(174,235,201); }
H1.HeaderClassName
{
color: #AEEBC9;
}
.AnyTagClassName
{
color: #AEEBC9;
}
</style>
background-color css
<style>
a { background-color: #AEEBC9; }
a { background-color: rgb(174,235,201); }
div.DivClassName
{
background-color: #AEEBC9;
}
.BgClassName
{
background-color: #AEEBC9;
}
</style>
border-color css
<style>
span { border-color: #AEEBC9; }
span { border-color: rgb(174,235,201); }
td.TdClassName
{
border-color: #AEEBC9;
}
.TagClassName
{
border-color: #AEEBC9;
}
</style>