Shades of Magic Mint #AEFACE
Tints of Magic Mint #AEFACE
RGB
CMYK
RGB Variations
Color information
#AEFACE (or 0xAEFACE) is known color: Magic Mint. HEX triplet: AE, FA and CE. RGB value is (174,250,206). Sum of RGB (Red+Green+Blue) = 174+250+206=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFACE is #510531. Grayscale: #DEDEDE. Windows color (decimal): -5309746 or 13564590. OLE color: 13564590.
HSL color Cylindrical-coordinate representation of color #AEFACE: hue angle of 145.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFACE is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 206 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.02 |
| HSL | 145.26º | 0.88% | 0.83% | - |
| HSV(B) | 145.26º | 0.3% | 0.98% | - |
| XYZ | 62.78 | 81.83 | 70.88 | - |
| YUV | 222.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 206 | 0.30 | 0 | 0.18 | 0.02 | 145.26 | 0.88 | 0.83 |
| Hex | AE | FA | CE | 1E | 0 | 12 | 2 | 91 | 58 | 53 |
| Octal | 256 | 372 | 316 | 36 | 0 | 22 | 2 | 221 | 130 | 123 |
| Binary | 10101110 | 11111010 | 11001110 | 11110 | 0 | 10010 | 10 | 10010001 | 1011000 | 1010011 |
Color Harmonies of #AEFACE
Complementary color
Monochromatic Colors of #AEFACE
Black with #AEFACE
Text Example
Text Example
White with #AEFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFACE; }
p { color: rgb(174,250,206); }
H1.HeaderClassName
{
color: #AEFACE;
}
.AnyTagClassName
{
color: #AEFACE;
}
</style>
background-color css
<style>
a { background-color: #AEFACE; }
a { background-color: rgb(174,250,206); }
div.DivClassName
{
background-color: #AEFACE;
}
.BgClassName
{
background-color: #AEFACE;
}
</style>
border-color css
<style>
span { border-color: #AEFACE; }
span { border-color: rgb(174,250,206); }
td.TdClassName
{
border-color: #AEFACE;
}
.TagClassName
{
border-color: #AEFACE;
}
</style>