Shades of Magic Mint #AEF9C5
Tints of Magic Mint #AEF9C5
RGB
CMYK
RGB Variations
Color information
#AEF9C5 (or 0xAEF9C5) is known color: Magic Mint. HEX triplet: AE, F9 and C5. RGB value is (174,249,197). Sum of RGB (Red+Green+Blue) = 174+249+197=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9C5 is #51063A. Grayscale: #DCDCDC. Windows color (decimal): -5310011 or 12974510. OLE color: 12974510.
HSL color Cylindrical-coordinate representation of color #AEF9C5: hue angle of 138.4º degrees, saturation: 0.86, 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 #AEF9C5 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 197 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.02 |
| HSL | 138.4º | 0.86% | 0.83% | - |
| HSV(B) | 138.4º | 0.3% | 0.98% | - |
| XYZ | 61.41 | 80.78 | 65.18 | - |
| YUV | 220.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 197 | 0.30 | 0 | 0.21 | 0.02 | 138.4 | 0.86 | 0.83 |
| Hex | AE | F9 | C5 | 1E | 0 | 15 | 2 | 8A | 56 | 53 |
| Octal | 256 | 371 | 305 | 36 | 0 | 25 | 2 | 212 | 126 | 123 |
| Binary | 10101110 | 11111001 | 11000101 | 11110 | 0 | 10101 | 10 | 10001010 | 1010110 | 1010011 |
Color Harmonies of #AEF9C5
Complementary color
Monochromatic Colors of #AEF9C5
Black with #AEF9C5
Text Example
Text Example
White with #AEF9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF9C5; }
p { color: rgb(174,249,197); }
H1.HeaderClassName
{
color: #AEF9C5;
}
.AnyTagClassName
{
color: #AEF9C5;
}
</style>
background-color css
<style>
a { background-color: #AEF9C5; }
a { background-color: rgb(174,249,197); }
div.DivClassName
{
background-color: #AEF9C5;
}
.BgClassName
{
background-color: #AEF9C5;
}
</style>
border-color css
<style>
span { border-color: #AEF9C5; }
span { border-color: rgb(174,249,197); }
td.TdClassName
{
border-color: #AEF9C5;
}
.TagClassName
{
border-color: #AEF9C5;
}
</style>