Shades of Magic Mint #AEECC6
Tints of Magic Mint #AEECC6
RGB
CMYK
RGB Variations
Color information
#AEECC6 (or 0xAEECC6) is known color: Magic Mint. HEX triplet: AE, EC and C6. RGB value is (174,236,198). Sum of RGB (Red+Green+Blue) = 174+236+198=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC6 is #511339. Grayscale: #D5D5D5. Windows color (decimal): -5313338 or 13036718. OLE color: 13036718.
HSL color Cylindrical-coordinate representation of color #AEECC6: hue angle of 143.23º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECC6 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 198 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.07 |
| HSL | 143.23º | 0.62% | 0.8% | - |
| HSV(B) | 143.23º | 0.26% | 0.93% | - |
| XYZ | 57.64 | 73.07 | 64.49 | - |
| YUV | 213.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 198 | 0.26 | 0 | 0.16 | 0.07 | 143.23 | 0.62 | 0.8 |
| Hex | AE | EC | C6 | 1A | 0 | 10 | 7 | 8F | 3E | 50 |
| Octal | 256 | 354 | 306 | 32 | 0 | 20 | 7 | 217 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11000110 | 11010 | 0 | 10000 | 111 | 10001111 | 111110 | 1010000 |
Color Harmonies of #AEECC6
Complementary color
Monochromatic Colors of #AEECC6
Black with #AEECC6
Text Example
Text Example
White with #AEECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECC6; }
p { color: rgb(174,236,198); }
H1.HeaderClassName
{
color: #AEECC6;
}
.AnyTagClassName
{
color: #AEECC6;
}
</style>
background-color css
<style>
a { background-color: #AEECC6; }
a { background-color: rgb(174,236,198); }
div.DivClassName
{
background-color: #AEECC6;
}
.BgClassName
{
background-color: #AEECC6;
}
</style>
border-color css
<style>
span { border-color: #AEECC6; }
span { border-color: rgb(174,236,198); }
td.TdClassName
{
border-color: #AEECC6;
}
.TagClassName
{
border-color: #AEECC6;
}
</style>