Shades of Magic Mint #AEF3C5
Tints of Magic Mint #AEF3C5
RGB
CMYK
RGB Variations
Color information
#AEF3C5 (or 0xAEF3C5) is known color: Magic Mint. HEX triplet: AE, F3 and C5. RGB value is (174,243,197). Sum of RGB (Red+Green+Blue) = 174+243+197=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3C5 is #510C3A. Grayscale: #D9D9D9. Windows color (decimal): -5311547 or 12972974. OLE color: 12972974.
HSL color Cylindrical-coordinate representation of color #AEF3C5: hue angle of 140º degrees, saturation: 0.74, 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 #AEF3C5 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 197 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.05 |
| HSL | 140º | 0.74% | 0.82% | - |
| HSV(B) | 140º | 0.28% | 0.95% | - |
| XYZ | 59.58 | 77.13 | 64.57 | - |
| YUV | 217.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 197 | 0.28 | 0 | 0.19 | 0.05 | 140 | 0.74 | 0.82 |
| Hex | AE | F3 | C5 | 1C | 0 | 13 | 5 | 8C | 4A | 52 |
| Octal | 256 | 363 | 305 | 34 | 0 | 23 | 5 | 214 | 112 | 122 |
| Binary | 10101110 | 11110011 | 11000101 | 11100 | 0 | 10011 | 101 | 10001100 | 1001010 | 1010010 |
Color Harmonies of #AEF3C5
Complementary color
Monochromatic Colors of #AEF3C5
Black with #AEF3C5
Text Example
Text Example
White with #AEF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF3C5; }
p { color: rgb(174,243,197); }
H1.HeaderClassName
{
color: #AEF3C5;
}
.AnyTagClassName
{
color: #AEF3C5;
}
</style>
background-color css
<style>
a { background-color: #AEF3C5; }
a { background-color: rgb(174,243,197); }
div.DivClassName
{
background-color: #AEF3C5;
}
.BgClassName
{
background-color: #AEF3C5;
}
</style>
border-color css
<style>
span { border-color: #AEF3C5; }
span { border-color: rgb(174,243,197); }
td.TdClassName
{
border-color: #AEF3C5;
}
.TagClassName
{
border-color: #AEF3C5;
}
</style>