Shades of Magic Mint #AEDDC6
Tints of Magic Mint #AEDDC6
RGB
CMYK
RGB Variations
Color information
#AEDDC6 (or 0xAEDDC6) is known color: Magic Mint. HEX triplet: AE, DD and C6. RGB value is (174,221,198). Sum of RGB (Red+Green+Blue) = 174+221+198=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC6 is #512239. Grayscale: #CCCCCC. Windows color (decimal): -5317178 or 13032878. OLE color: 13032878.
HSL color Cylindrical-coordinate representation of color #AEDDC6: hue angle of 150.64º 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 #AEDDC6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 198 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.13 |
| HSL | 150.64º | 0.41% | 0.77% | - |
| HSV(B) | 150.64º | 0.21% | 0.87% | - |
| XYZ | 53.51 | 64.79 | 63.11 | - |
| YUV | 204.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 198 | 0.21 | 0 | 0.10 | 0.13 | 150.64 | 0.41 | 0.77 |
| Hex | AE | DD | C6 | 15 | 0 | A | D | 97 | 29 | 4D |
| Octal | 256 | 335 | 306 | 25 | 0 | 12 | 15 | 227 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11000110 | 10101 | 0 | 1010 | 1101 | 10010111 | 101001 | 1001101 |
Color Harmonies of #AEDDC6
Complementary color
Monochromatic Colors of #AEDDC6
Black with #AEDDC6
Text Example
Text Example
White with #AEDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDC6; }
p { color: rgb(174,221,198); }
H1.HeaderClassName
{
color: #AEDDC6;
}
.AnyTagClassName
{
color: #AEDDC6;
}
</style>
background-color css
<style>
a { background-color: #AEDDC6; }
a { background-color: rgb(174,221,198); }
div.DivClassName
{
background-color: #AEDDC6;
}
.BgClassName
{
background-color: #AEDDC6;
}
</style>
border-color css
<style>
span { border-color: #AEDDC6; }
span { border-color: rgb(174,221,198); }
td.TdClassName
{
border-color: #AEDDC6;
}
.TagClassName
{
border-color: #AEDDC6;
}
</style>