Shades of Magic Mint #AEECCD
Tints of Magic Mint #AEECCD
RGB
CMYK
RGB Variations
Color information
#AEECCD (or 0xAEECCD) is known color: Magic Mint. HEX triplet: AE, EC and CD. RGB value is (174,236,205). Sum of RGB (Red+Green+Blue) = 174+236+205=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECCD is #511332. Grayscale: #D5D5D5. Windows color (decimal): -5313331 or 13495470. OLE color: 13495470.
HSL color Cylindrical-coordinate representation of color #AEECCD: hue angle of 150º 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 #AEECCD is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 205 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 150º | 0.62% | 0.8% | - |
| HSV(B) | 150º | 0.26% | 0.93% | - |
| XYZ | 58.47 | 73.4 | 68.84 | - |
| YUV | 213.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 205 | 0.26 | 0 | 0.13 | 0.07 | 150 | 0.62 | 0.8 |
| Hex | AE | EC | CD | 1A | 0 | D | 7 | 96 | 3E | 50 |
| Octal | 256 | 354 | 315 | 32 | 0 | 15 | 7 | 226 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11001101 | 11010 | 0 | 1101 | 111 | 10010110 | 111110 | 1010000 |
Color Harmonies of #AEECCD
Complementary color
Monochromatic Colors of #AEECCD
Black with #AEECCD
Text Example
Text Example
White with #AEECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECCD; }
p { color: rgb(174,236,205); }
H1.HeaderClassName
{
color: #AEECCD;
}
.AnyTagClassName
{
color: #AEECCD;
}
</style>
background-color css
<style>
a { background-color: #AEECCD; }
a { background-color: rgb(174,236,205); }
div.DivClassName
{
background-color: #AEECCD;
}
.BgClassName
{
background-color: #AEECCD;
}
</style>
border-color css
<style>
span { border-color: #AEECCD; }
span { border-color: rgb(174,236,205); }
td.TdClassName
{
border-color: #AEECCD;
}
.TagClassName
{
border-color: #AEECCD;
}
</style>