Shades of Magic Mint #AEF4D7
Tints of Magic Mint #AEF4D7
RGB
CMYK
RGB Variations
Color information
#AEF4D7 (or 0xAEF4D7) is known color: Magic Mint. HEX triplet: AE, F4 and D7. RGB value is (174,244,215). Sum of RGB (Red+Green+Blue) = 174+244+215=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4D7 is #510B28. Grayscale: #DBDBDB. Windows color (decimal): -5311273 or 14152878. OLE color: 14152878.
HSL color Cylindrical-coordinate representation of color #AEF4D7: hue angle of 155.14º degrees, saturation: 0.76, 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 #AEF4D7 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 244 | 215 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.04 |
| HSL | 155.14º | 0.76% | 0.82% | - |
| HSV(B) | 155.14º | 0.29% | 0.96% | - |
| XYZ | 62.07 | 78.61 | 76.19 | - |
| YUV | 219.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 244 | 215 | 0.29 | 0 | 0.12 | 0.04 | 155.14 | 0.76 | 0.82 |
| Hex | AE | F4 | D7 | 1D | 0 | C | 4 | 9B | 4C | 52 |
| Octal | 256 | 364 | 327 | 35 | 0 | 14 | 4 | 233 | 114 | 122 |
| Binary | 10101110 | 11110100 | 11010111 | 11101 | 0 | 1100 | 100 | 10011011 | 1001100 | 1010010 |
Color Harmonies of #AEF4D7
Complementary color
Monochromatic Colors of #AEF4D7
Black with #AEF4D7
Text Example
Text Example
White with #AEF4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF4D7; }
p { color: rgb(174,244,215); }
H1.HeaderClassName
{
color: #AEF4D7;
}
.AnyTagClassName
{
color: #AEF4D7;
}
</style>
background-color css
<style>
a { background-color: #AEF4D7; }
a { background-color: rgb(174,244,215); }
div.DivClassName
{
background-color: #AEF4D7;
}
.BgClassName
{
background-color: #AEF4D7;
}
</style>
border-color css
<style>
span { border-color: #AEF4D7; }
span { border-color: rgb(174,244,215); }
td.TdClassName
{
border-color: #AEF4D7;
}
.TagClassName
{
border-color: #AEF4D7;
}
</style>