Shades of Magic Mint #AEDFC7
Tints of Magic Mint #AEDFC7
RGB
CMYK
RGB Variations
Color information
#AEDFC7 (or 0xAEDFC7) is known color: Magic Mint. HEX triplet: AE, DF and C7. RGB value is (174,223,199). Sum of RGB (Red+Green+Blue) = 174+223+199=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFC7 is #512038. Grayscale: #CDCDCD. Windows color (decimal): -5316665 or 13098926. OLE color: 13098926.
HSL color Cylindrical-coordinate representation of color #AEDFC7: hue angle of 150.61º degrees, saturation: 0.43, 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 #AEDFC7 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 199 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.13 |
| HSL | 150.61º | 0.43% | 0.78% | - |
| HSV(B) | 150.61º | 0.22% | 0.87% | - |
| XYZ | 54.15 | 65.9 | 63.9 | - |
| YUV | 205.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 199 | 0.22 | 0 | 0.11 | 0.13 | 150.61 | 0.43 | 0.78 |
| Hex | AE | DF | C7 | 16 | 0 | B | D | 97 | 2B | 4E |
| Octal | 256 | 337 | 307 | 26 | 0 | 13 | 15 | 227 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11000111 | 10110 | 0 | 1011 | 1101 | 10010111 | 101011 | 1001110 |
Color Harmonies of #AEDFC7
Complementary color
Monochromatic Colors of #AEDFC7
Black with #AEDFC7
Text Example
Text Example
White with #AEDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFC7; }
p { color: rgb(174,223,199); }
H1.HeaderClassName
{
color: #AEDFC7;
}
.AnyTagClassName
{
color: #AEDFC7;
}
</style>
background-color css
<style>
a { background-color: #AEDFC7; }
a { background-color: rgb(174,223,199); }
div.DivClassName
{
background-color: #AEDFC7;
}
.BgClassName
{
background-color: #AEDFC7;
}
</style>
border-color css
<style>
span { border-color: #AEDFC7; }
span { border-color: rgb(174,223,199); }
td.TdClassName
{
border-color: #AEDFC7;
}
.TagClassName
{
border-color: #AEDFC7;
}
</style>