Shades of Magic Mint #AEF5C6
Tints of Magic Mint #AEF5C6
RGB
CMYK
RGB Variations
Color information
#AEF5C6 (or 0xAEF5C6) is known color: Magic Mint. HEX triplet: AE, F5 and C6. RGB value is (174,245,198). Sum of RGB (Red+Green+Blue) = 174+245+198=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5C6 is #510A39. Grayscale: #DADADA. Windows color (decimal): -5311034 or 13039022. OLE color: 13039022.
HSL color Cylindrical-coordinate representation of color #AEF5C6: hue angle of 140.28º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5C6 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 198 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.04 |
| HSL | 140.28º | 0.78% | 0.82% | - |
| HSV(B) | 140.28º | 0.29% | 0.96% | - |
| XYZ | 60.3 | 78.38 | 65.38 | - |
| YUV | 218.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 198 | 0.29 | 0 | 0.19 | 0.04 | 140.28 | 0.78 | 0.82 |
| Hex | AE | F5 | C6 | 1D | 0 | 13 | 4 | 8C | 4E | 52 |
| Octal | 256 | 365 | 306 | 35 | 0 | 23 | 4 | 214 | 116 | 122 |
| Binary | 10101110 | 11110101 | 11000110 | 11101 | 0 | 10011 | 100 | 10001100 | 1001110 | 1010010 |
Color Harmonies of #AEF5C6
Complementary color
Monochromatic Colors of #AEF5C6
Black with #AEF5C6
Text Example
Text Example
White with #AEF5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF5C6; }
p { color: rgb(174,245,198); }
H1.HeaderClassName
{
color: #AEF5C6;
}
.AnyTagClassName
{
color: #AEF5C6;
}
</style>
background-color css
<style>
a { background-color: #AEF5C6; }
a { background-color: rgb(174,245,198); }
div.DivClassName
{
background-color: #AEF5C6;
}
.BgClassName
{
background-color: #AEF5C6;
}
</style>
border-color css
<style>
span { border-color: #AEF5C6; }
span { border-color: rgb(174,245,198); }
td.TdClassName
{
border-color: #AEF5C6;
}
.TagClassName
{
border-color: #AEF5C6;
}
</style>