Shades of Magic Mint #AEF6CA
Tints of Magic Mint #AEF6CA
RGB
CMYK
RGB Variations
Color information
#AEF6CA (or 0xAEF6CA) is known color: Magic Mint. HEX triplet: AE, F6 and CA. RGB value is (174,246,202). Sum of RGB (Red+Green+Blue) = 174+246+202=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6CA is #510935. Grayscale: #DBDBDB. Windows color (decimal): -5310774 or 13301422. OLE color: 13301422.
HSL color Cylindrical-coordinate representation of color #AEF6CA: hue angle of 143.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF6CA is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 202 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.04 |
| HSL | 143.33º | 0.8% | 0.82% | - |
| HSV(B) | 143.33º | 0.29% | 0.96% | - |
| XYZ | 61.07 | 79.17 | 67.94 | - |
| YUV | 219.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 202 | 0.29 | 0 | 0.18 | 0.04 | 143.33 | 0.8 | 0.82 |
| Hex | AE | F6 | CA | 1D | 0 | 12 | 4 | 8F | 50 | 52 |
| Octal | 256 | 366 | 312 | 35 | 0 | 22 | 4 | 217 | 120 | 122 |
| Binary | 10101110 | 11110110 | 11001010 | 11101 | 0 | 10010 | 100 | 10001111 | 1010000 | 1010010 |
Color Harmonies of #AEF6CA
Complementary color
Monochromatic Colors of #AEF6CA
Black with #AEF6CA
Text Example
Text Example
White with #AEF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF6CA; }
p { color: rgb(174,246,202); }
H1.HeaderClassName
{
color: #AEF6CA;
}
.AnyTagClassName
{
color: #AEF6CA;
}
</style>
background-color css
<style>
a { background-color: #AEF6CA; }
a { background-color: rgb(174,246,202); }
div.DivClassName
{
background-color: #AEF6CA;
}
.BgClassName
{
background-color: #AEF6CA;
}
</style>
border-color css
<style>
span { border-color: #AEF6CA; }
span { border-color: rgb(174,246,202); }
td.TdClassName
{
border-color: #AEF6CA;
}
.TagClassName
{
border-color: #AEF6CA;
}
</style>