Shades of Magic Mint #AEDEC4
Tints of Magic Mint #AEDEC4
RGB
CMYK
RGB Variations
Color information
#AEDEC4 (or 0xAEDEC4) is known color: Magic Mint. HEX triplet: AE, DE and C4. RGB value is (174,222,196). Sum of RGB (Red+Green+Blue) = 174+222+196=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC4 is #51213B. Grayscale: #CCCCCC. Windows color (decimal): -5316924 or 12902062. OLE color: 12902062.
HSL color Cylindrical-coordinate representation of color #AEDEC4: hue angle of 147.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEC4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 196 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.13 |
| HSL | 147.5º | 0.42% | 0.78% | - |
| HSV(B) | 147.5º | 0.22% | 0.87% | - |
| XYZ | 53.54 | 65.23 | 61.99 | - |
| YUV | 204.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 196 | 0.22 | 0 | 0.12 | 0.13 | 147.5 | 0.42 | 0.78 |
| Hex | AE | DE | C4 | 16 | 0 | C | D | 94 | 2A | 4E |
| Octal | 256 | 336 | 304 | 26 | 0 | 14 | 15 | 224 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11000100 | 10110 | 0 | 1100 | 1101 | 10010100 | 101010 | 1001110 |
Color Harmonies of #AEDEC4
Complementary color
Monochromatic Colors of #AEDEC4
Black with #AEDEC4
Text Example
Text Example
White with #AEDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEC4; }
p { color: rgb(174,222,196); }
H1.HeaderClassName
{
color: #AEDEC4;
}
.AnyTagClassName
{
color: #AEDEC4;
}
</style>
background-color css
<style>
a { background-color: #AEDEC4; }
a { background-color: rgb(174,222,196); }
div.DivClassName
{
background-color: #AEDEC4;
}
.BgClassName
{
background-color: #AEDEC4;
}
</style>
border-color css
<style>
span { border-color: #AEDEC4; }
span { border-color: rgb(174,222,196); }
td.TdClassName
{
border-color: #AEDEC4;
}
.TagClassName
{
border-color: #AEDEC4;
}
</style>