Shades of Magic Mint #AEEBC5
Tints of Magic Mint #AEEBC5
RGB
CMYK
RGB Variations
Color information
#AEEBC5 (or 0xAEEBC5) is known color: Magic Mint. HEX triplet: AE, EB and C5. RGB value is (174,235,197). Sum of RGB (Red+Green+Blue) = 174+235+197=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBC5 is #51143A. Grayscale: #D4D4D4. Windows color (decimal): -5313595 or 12970926. OLE color: 12970926.
HSL color Cylindrical-coordinate representation of color #AEEBC5: hue angle of 142.62º 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 #AEEBC5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 197 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.08 |
| HSL | 142.62º | 0.6% | 0.8% | - |
| HSV(B) | 142.62º | 0.26% | 0.92% | - |
| XYZ | 57.24 | 72.45 | 63.79 | - |
| YUV | 212.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 197 | 0.26 | 0 | 0.16 | 0.08 | 142.62 | 0.6 | 0.8 |
| Hex | AE | EB | C5 | 1A | 0 | 10 | 8 | 8F | 3C | 50 |
| Octal | 256 | 353 | 305 | 32 | 0 | 20 | 10 | 217 | 74 | 120 |
| Binary | 10101110 | 11101011 | 11000101 | 11010 | 0 | 10000 | 1000 | 10001111 | 111100 | 1010000 |
Color Harmonies of #AEEBC5
Complementary color
Monochromatic Colors of #AEEBC5
Black with #AEEBC5
Text Example
Text Example
White with #AEEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBC5; }
p { color: rgb(174,235,197); }
H1.HeaderClassName
{
color: #AEEBC5;
}
.AnyTagClassName
{
color: #AEEBC5;
}
</style>
background-color css
<style>
a { background-color: #AEEBC5; }
a { background-color: rgb(174,235,197); }
div.DivClassName
{
background-color: #AEEBC5;
}
.BgClassName
{
background-color: #AEEBC5;
}
</style>
border-color css
<style>
span { border-color: #AEEBC5; }
span { border-color: rgb(174,235,197); }
td.TdClassName
{
border-color: #AEEBC5;
}
.TagClassName
{
border-color: #AEEBC5;
}
</style>