Shades of Magic Mint #AEDFC8
Tints of Magic Mint #AEDFC8
RGB
CMYK
RGB Variations
Color information
#AEDFC8 (or 0xAEDFC8) is known color: Magic Mint. HEX triplet: AE, DF and C8. RGB value is (174,223,200). Sum of RGB (Red+Green+Blue) = 174+223+200=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFC8 is #512037. Grayscale: #CDCDCD. Windows color (decimal): -5316664 or 13164462. OLE color: 13164462.
HSL color Cylindrical-coordinate representation of color #AEDFC8: hue angle of 151.84º 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 #AEDFC8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 200 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.13 |
| HSL | 151.84º | 0.43% | 0.78% | - |
| HSV(B) | 151.84º | 0.22% | 0.87% | - |
| XYZ | 54.27 | 65.94 | 64.51 | - |
| YUV | 205.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 200 | 0.22 | 0 | 0.10 | 0.13 | 151.84 | 0.43 | 0.78 |
| Hex | AE | DF | C8 | 16 | 0 | A | D | 98 | 2B | 4E |
| Octal | 256 | 337 | 310 | 26 | 0 | 12 | 15 | 230 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11001000 | 10110 | 0 | 1010 | 1101 | 10011000 | 101011 | 1001110 |
Color Harmonies of #AEDFC8
Complementary color
Monochromatic Colors of #AEDFC8
Black with #AEDFC8
Text Example
Text Example
White with #AEDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFC8; }
p { color: rgb(174,223,200); }
H1.HeaderClassName
{
color: #AEDFC8;
}
.AnyTagClassName
{
color: #AEDFC8;
}
</style>
background-color css
<style>
a { background-color: #AEDFC8; }
a { background-color: rgb(174,223,200); }
div.DivClassName
{
background-color: #AEDFC8;
}
.BgClassName
{
background-color: #AEDFC8;
}
</style>
border-color css
<style>
span { border-color: #AEDFC8; }
span { border-color: rgb(174,223,200); }
td.TdClassName
{
border-color: #AEDFC8;
}
.TagClassName
{
border-color: #AEDFC8;
}
</style>