Shades of Magic Mint #AEFFC4
Tints of Magic Mint #AEFFC4
RGB
CMYK
RGB Variations
Color information
#AEFFC4 (or 0xAEFFC4) is known color: Magic Mint. HEX triplet: AE, FF and C4. RGB value is (174,255,196). Sum of RGB (Red+Green+Blue) = 174+255+196=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFC4 is #51003B. Grayscale: #E0E0E0. Windows color (decimal): -5308476 or 12910510. OLE color: 12910510.
HSL color Cylindrical-coordinate representation of color #AEFFC4: hue angle of 136.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFC4 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 196 | - |
| CMYK | 0.32 | 0 | 0.23 | 0 |
| HSL | 136.3º | 1% | 0.84% | - |
| HSV(B) | 136.3º | 0.32% | 1% | - |
| XYZ | 63.18 | 84.5 | 65.21 | - |
| YUV | 224.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 196 | 0.32 | 0 | 0.23 | 0 | 136.3 | 1 | 0.84 |
| Hex | AE | FF | C4 | 20 | 0 | 17 | 0 | 88 | 64 | 54 |
| Octal | 256 | 377 | 304 | 40 | 0 | 27 | 0 | 210 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11000100 | 100000 | 0 | 10111 | 0 | 10001000 | 1100100 | 1010100 |
Color Harmonies of #AEFFC4
Complementary color
Monochromatic Colors of #AEFFC4
Black with #AEFFC4
Text Example
Text Example
White with #AEFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFC4; }
p { color: rgb(174,255,196); }
H1.HeaderClassName
{
color: #AEFFC4;
}
.AnyTagClassName
{
color: #AEFFC4;
}
</style>
background-color css
<style>
a { background-color: #AEFFC4; }
a { background-color: rgb(174,255,196); }
div.DivClassName
{
background-color: #AEFFC4;
}
.BgClassName
{
background-color: #AEFFC4;
}
</style>
border-color css
<style>
span { border-color: #AEFFC4; }
span { border-color: rgb(174,255,196); }
td.TdClassName
{
border-color: #AEFFC4;
}
.TagClassName
{
border-color: #AEFFC4;
}
</style>