Shades of Magic Mint #AEF0CA
Tints of Magic Mint #AEF0CA
RGB
CMYK
RGB Variations
Color information
#AEF0CA (or 0xAEF0CA) is known color: Magic Mint. HEX triplet: AE, F0 and CA. RGB value is (174,240,202). Sum of RGB (Red+Green+Blue) = 174+240+202=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0CA is #510F35. Grayscale: #D8D8D8. Windows color (decimal): -5312310 or 13299886. OLE color: 13299886.
HSL color Cylindrical-coordinate representation of color #AEF0CA: hue angle of 145.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0CA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 202 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.06 |
| HSL | 145.45º | 0.69% | 0.81% | - |
| HSV(B) | 145.45º | 0.28% | 0.94% | - |
| XYZ | 59.28 | 75.58 | 67.34 | - |
| YUV | 215.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 202 | 0.28 | 0 | 0.16 | 0.06 | 145.45 | 0.69 | 0.81 |
| Hex | AE | F0 | CA | 1C | 0 | 10 | 6 | 91 | 45 | 51 |
| Octal | 256 | 360 | 312 | 34 | 0 | 20 | 6 | 221 | 105 | 121 |
| Binary | 10101110 | 11110000 | 11001010 | 11100 | 0 | 10000 | 110 | 10010001 | 1000101 | 1010001 |
Color Harmonies of #AEF0CA
Complementary color
Monochromatic Colors of #AEF0CA
Black with #AEF0CA
Text Example
Text Example
White with #AEF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF0CA; }
p { color: rgb(174,240,202); }
H1.HeaderClassName
{
color: #AEF0CA;
}
.AnyTagClassName
{
color: #AEF0CA;
}
</style>
background-color css
<style>
a { background-color: #AEF0CA; }
a { background-color: rgb(174,240,202); }
div.DivClassName
{
background-color: #AEF0CA;
}
.BgClassName
{
background-color: #AEF0CA;
}
</style>
border-color css
<style>
span { border-color: #AEF0CA; }
span { border-color: rgb(174,240,202); }
td.TdClassName
{
border-color: #AEF0CA;
}
.TagClassName
{
border-color: #AEF0CA;
}
</style>