Shades of Magic Mint #AEF2C5
Tints of Magic Mint #AEF2C5
RGB
CMYK
RGB Variations
Color information
#AEF2C5 (or 0xAEF2C5) is known color: Magic Mint. HEX triplet: AE, F2 and C5. RGB value is (174,242,197). Sum of RGB (Red+Green+Blue) = 174+242+197=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2C5 is #510D3A. Grayscale: #D8D8D8. Windows color (decimal): -5311803 or 12972718. OLE color: 12972718.
HSL color Cylindrical-coordinate representation of color #AEF2C5: hue angle of 140.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2C5 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 197 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.05 |
| HSL | 140.29º | 0.72% | 0.82% | - |
| HSV(B) | 140.29º | 0.28% | 0.95% | - |
| XYZ | 59.29 | 76.53 | 64.47 | - |
| YUV | 216.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 197 | 0.28 | 0 | 0.19 | 0.05 | 140.29 | 0.72 | 0.82 |
| Hex | AE | F2 | C5 | 1C | 0 | 13 | 5 | 8C | 48 | 52 |
| Octal | 256 | 362 | 305 | 34 | 0 | 23 | 5 | 214 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11000101 | 11100 | 0 | 10011 | 101 | 10001100 | 1001000 | 1010010 |
Color Harmonies of #AEF2C5
Complementary color
Monochromatic Colors of #AEF2C5
Black with #AEF2C5
Text Example
Text Example
White with #AEF2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2C5; }
p { color: rgb(174,242,197); }
H1.HeaderClassName
{
color: #AEF2C5;
}
.AnyTagClassName
{
color: #AEF2C5;
}
</style>
background-color css
<style>
a { background-color: #AEF2C5; }
a { background-color: rgb(174,242,197); }
div.DivClassName
{
background-color: #AEF2C5;
}
.BgClassName
{
background-color: #AEF2C5;
}
</style>
border-color css
<style>
span { border-color: #AEF2C5; }
span { border-color: rgb(174,242,197); }
td.TdClassName
{
border-color: #AEF2C5;
}
.TagClassName
{
border-color: #AEF2C5;
}
</style>