Shades of Magic Mint #AEFFDF
Tints of Magic Mint #AEFFDF
RGB
CMYK
RGB Variations
Color information
#AEFFDF (or 0xAEFFDF) is known color: Magic Mint. HEX triplet: AE, FF and DF. RGB value is (174,255,223). Sum of RGB (Red+Green+Blue) = 174+255+223=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDF is #510020. Grayscale: #E3E3E3. Windows color (decimal): -5308449 or 14679982. OLE color: 14679982.
HSL color Cylindrical-coordinate representation of color #AEFFDF: hue angle of 156.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFDF is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 223 | - |
| CMYK | 0.32 | 0 | 0.13 | 0 |
| HSL | 156.3º | 1% | 0.84% | - |
| HSV(B) | 156.3º | 0.32% | 1% | - |
| XYZ | 66.53 | 85.85 | 82.88 | - |
| YUV | 227.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 223 | 0.32 | 0 | 0.13 | 0 | 156.3 | 1 | 0.84 |
| Hex | AE | FF | DF | 20 | 0 | D | 0 | 9C | 64 | 54 |
| Octal | 256 | 377 | 337 | 40 | 0 | 15 | 0 | 234 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11011111 | 100000 | 0 | 1101 | 0 | 10011100 | 1100100 | 1010100 |
Color Harmonies of #AEFFDF
Complementary color
Monochromatic Colors of #AEFFDF
Black with #AEFFDF
Text Example
Text Example
White with #AEFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFDF; }
p { color: rgb(174,255,223); }
H1.HeaderClassName
{
color: #AEFFDF;
}
.AnyTagClassName
{
color: #AEFFDF;
}
</style>
background-color css
<style>
a { background-color: #AEFFDF; }
a { background-color: rgb(174,255,223); }
div.DivClassName
{
background-color: #AEFFDF;
}
.BgClassName
{
background-color: #AEFFDF;
}
</style>
border-color css
<style>
span { border-color: #AEFFDF; }
span { border-color: rgb(174,255,223); }
td.TdClassName
{
border-color: #AEFFDF;
}
.TagClassName
{
border-color: #AEFFDF;
}
</style>