Shades of Magic Mint #AEEBC4
Tints of Magic Mint #AEEBC4
RGB
CMYK
RGB Variations
Color information
#AEEBC4 (or 0xAEEBC4) is known color: Magic Mint. HEX triplet: AE, EB and C4. RGB value is (174,235,196). Sum of RGB (Red+Green+Blue) = 174+235+196=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBC4 is #51143B. Grayscale: #D4D4D4. Windows color (decimal): -5313596 or 12905390. OLE color: 12905390.
HSL color Cylindrical-coordinate representation of color #AEEBC4: hue angle of 141.64º 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 #AEEBC4 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 196 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.08 |
| HSL | 141.64º | 0.6% | 0.8% | - |
| HSV(B) | 141.64º | 0.26% | 0.92% | - |
| XYZ | 57.13 | 72.4 | 63.19 | - |
| YUV | 212.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 196 | 0.26 | 0 | 0.17 | 0.08 | 141.64 | 0.6 | 0.8 |
| Hex | AE | EB | C4 | 1A | 0 | 11 | 8 | 8E | 3C | 50 |
| Octal | 256 | 353 | 304 | 32 | 0 | 21 | 10 | 216 | 74 | 120 |
| Binary | 10101110 | 11101011 | 11000100 | 11010 | 0 | 10001 | 1000 | 10001110 | 111100 | 1010000 |
Color Harmonies of #AEEBC4
Complementary color
Monochromatic Colors of #AEEBC4
Black with #AEEBC4
Text Example
Text Example
White with #AEEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBC4; }
p { color: rgb(174,235,196); }
H1.HeaderClassName
{
color: #AEEBC4;
}
.AnyTagClassName
{
color: #AEEBC4;
}
</style>
background-color css
<style>
a { background-color: #AEEBC4; }
a { background-color: rgb(174,235,196); }
div.DivClassName
{
background-color: #AEEBC4;
}
.BgClassName
{
background-color: #AEEBC4;
}
</style>
border-color css
<style>
span { border-color: #AEEBC4; }
span { border-color: rgb(174,235,196); }
td.TdClassName
{
border-color: #AEEBC4;
}
.TagClassName
{
border-color: #AEEBC4;
}
</style>