Shades of Magic Mint #AEDDC4
Tints of Magic Mint #AEDDC4
RGB
CMYK
RGB Variations
Color information
#AEDDC4 (or 0xAEDDC4) is known color: Magic Mint. HEX triplet: AE, DD and C4. RGB value is (174,221,196). Sum of RGB (Red+Green+Blue) = 174+221+196=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC4 is #51223B. Grayscale: #CCCCCC. Windows color (decimal): -5317180 or 12901806. OLE color: 12901806.
HSL color Cylindrical-coordinate representation of color #AEDDC4: hue angle of 148.09º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDC4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 196 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.13 |
| HSL | 148.09º | 0.41% | 0.77% | - |
| HSV(B) | 148.09º | 0.21% | 0.87% | - |
| XYZ | 53.28 | 64.7 | 61.9 | - |
| YUV | 204.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 196 | 0.21 | 0 | 0.11 | 0.13 | 148.09 | 0.41 | 0.77 |
| Hex | AE | DD | C4 | 15 | 0 | B | D | 94 | 29 | 4D |
| Octal | 256 | 335 | 304 | 25 | 0 | 13 | 15 | 224 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11000100 | 10101 | 0 | 1011 | 1101 | 10010100 | 101001 | 1001101 |
Color Harmonies of #AEDDC4
Complementary color
Monochromatic Colors of #AEDDC4
Black with #AEDDC4
Text Example
Text Example
White with #AEDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDC4; }
p { color: rgb(174,221,196); }
H1.HeaderClassName
{
color: #AEDDC4;
}
.AnyTagClassName
{
color: #AEDDC4;
}
</style>
background-color css
<style>
a { background-color: #AEDDC4; }
a { background-color: rgb(174,221,196); }
div.DivClassName
{
background-color: #AEDDC4;
}
.BgClassName
{
background-color: #AEDDC4;
}
</style>
border-color css
<style>
span { border-color: #AEDDC4; }
span { border-color: rgb(174,221,196); }
td.TdClassName
{
border-color: #AEDDC4;
}
.TagClassName
{
border-color: #AEDDC4;
}
</style>