Shades of Magic Mint #AEFFC6
Tints of Magic Mint #AEFFC6
RGB
CMYK
RGB Variations
Color information
#AEFFC6 (or 0xAEFFC6) is known color: Magic Mint. HEX triplet: AE, FF and C6. RGB value is (174,255,198). Sum of RGB (Red+Green+Blue) = 174+255+198=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFC6 is #510039. Grayscale: #E0E0E0. Windows color (decimal): -5308474 or 13041582. OLE color: 13041582.
HSL color Cylindrical-coordinate representation of color #AEFFC6: hue angle of 137.78º 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 #AEFFC6 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 198 | - |
| CMYK | 0.32 | 0 | 0.22 | 0 |
| HSL | 137.78º | 1% | 0.84% | - |
| HSV(B) | 137.78º | 0.32% | 1% | - |
| XYZ | 63.41 | 84.6 | 66.41 | - |
| YUV | 224.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 198 | 0.32 | 0 | 0.22 | 0 | 137.78 | 1 | 0.84 |
| Hex | AE | FF | C6 | 20 | 0 | 16 | 0 | 8A | 64 | 54 |
| Octal | 256 | 377 | 306 | 40 | 0 | 26 | 0 | 212 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11000110 | 100000 | 0 | 10110 | 0 | 10001010 | 1100100 | 1010100 |
Color Harmonies of #AEFFC6
Complementary color
Monochromatic Colors of #AEFFC6
Black with #AEFFC6
Text Example
Text Example
White with #AEFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFC6; }
p { color: rgb(174,255,198); }
H1.HeaderClassName
{
color: #AEFFC6;
}
.AnyTagClassName
{
color: #AEFFC6;
}
</style>
background-color css
<style>
a { background-color: #AEFFC6; }
a { background-color: rgb(174,255,198); }
div.DivClassName
{
background-color: #AEFFC6;
}
.BgClassName
{
background-color: #AEFFC6;
}
</style>
border-color css
<style>
span { border-color: #AEFFC6; }
span { border-color: rgb(174,255,198); }
td.TdClassName
{
border-color: #AEFFC6;
}
.TagClassName
{
border-color: #AEFFC6;
}
</style>