Shades of Magic Mint #AEF2C9
Tints of Magic Mint #AEF2C9
RGB
CMYK
RGB Variations
Color information
#AEF2C9 (or 0xAEF2C9) is known color: Magic Mint. HEX triplet: AE, F2 and C9. RGB value is (174,242,201). Sum of RGB (Red+Green+Blue) = 174+242+201=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2C9 is #510D36. Grayscale: #D9D9D9. Windows color (decimal): -5311799 or 13234862. OLE color: 13234862.
HSL color Cylindrical-coordinate representation of color #AEF2C9: hue angle of 143.82º 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 #AEF2C9 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 201 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.05 |
| HSL | 143.82º | 0.72% | 0.82% | - |
| HSV(B) | 143.82º | 0.28% | 0.95% | - |
| XYZ | 59.75 | 76.72 | 66.92 | - |
| YUV | 216.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 201 | 0.28 | 0 | 0.17 | 0.05 | 143.82 | 0.72 | 0.82 |
| Hex | AE | F2 | C9 | 1C | 0 | 11 | 5 | 90 | 48 | 52 |
| Octal | 256 | 362 | 311 | 34 | 0 | 21 | 5 | 220 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11001001 | 11100 | 0 | 10001 | 101 | 10010000 | 1001000 | 1010010 |
Color Harmonies of #AEF2C9
Complementary color
Monochromatic Colors of #AEF2C9
Black with #AEF2C9
Text Example
Text Example
White with #AEF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2C9; }
p { color: rgb(174,242,201); }
H1.HeaderClassName
{
color: #AEF2C9;
}
.AnyTagClassName
{
color: #AEF2C9;
}
</style>
background-color css
<style>
a { background-color: #AEF2C9; }
a { background-color: rgb(174,242,201); }
div.DivClassName
{
background-color: #AEF2C9;
}
.BgClassName
{
background-color: #AEF2C9;
}
</style>
border-color css
<style>
span { border-color: #AEF2C9; }
span { border-color: rgb(174,242,201); }
td.TdClassName
{
border-color: #AEF2C9;
}
.TagClassName
{
border-color: #AEF2C9;
}
</style>