Shades of Magic Mint #AEEDC4
Tints of Magic Mint #AEEDC4
RGB
CMYK
RGB Variations
Color information
#AEEDC4 (or 0xAEEDC4) is known color: Magic Mint. HEX triplet: AE, ED and C4. RGB value is (174,237,196). Sum of RGB (Red+Green+Blue) = 174+237+196=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDC4 is #51123B. Grayscale: #D5D5D5. Windows color (decimal): -5313084 or 12905902. OLE color: 12905902.
HSL color Cylindrical-coordinate representation of color #AEEDC4: hue angle of 140.95º degrees, saturation: 0.64, 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 #AEEDC4 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 196 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.07 |
| HSL | 140.95º | 0.64% | 0.81% | - |
| HSV(B) | 140.95º | 0.27% | 0.93% | - |
| XYZ | 57.7 | 73.55 | 63.38 | - |
| YUV | 213.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 196 | 0.27 | 0 | 0.17 | 0.07 | 140.95 | 0.64 | 0.81 |
| Hex | AE | ED | C4 | 1B | 0 | 11 | 7 | 8D | 40 | 51 |
| Octal | 256 | 355 | 304 | 33 | 0 | 21 | 7 | 215 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11000100 | 11011 | 0 | 10001 | 111 | 10001101 | 1000000 | 1010001 |
Color Harmonies of #AEEDC4
Complementary color
Monochromatic Colors of #AEEDC4
Black with #AEEDC4
Text Example
Text Example
White with #AEEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDC4; }
p { color: rgb(174,237,196); }
H1.HeaderClassName
{
color: #AEEDC4;
}
.AnyTagClassName
{
color: #AEEDC4;
}
</style>
background-color css
<style>
a { background-color: #AEEDC4; }
a { background-color: rgb(174,237,196); }
div.DivClassName
{
background-color: #AEEDC4;
}
.BgClassName
{
background-color: #AEEDC4;
}
</style>
border-color css
<style>
span { border-color: #AEEDC4; }
span { border-color: rgb(174,237,196); }
td.TdClassName
{
border-color: #AEEDC4;
}
.TagClassName
{
border-color: #AEEDC4;
}
</style>