Shades of Magic Mint #AAECCD
Tints of Magic Mint #AAECCD
RGB
CMYK
RGB Variations
Color information
#AAECCD (or 0xAAECCD) is known color: Magic Mint. HEX triplet: AA, EC and CD. RGB value is (170,236,205). Sum of RGB (Red+Green+Blue) = 170+236+205=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCD is #551332. Grayscale: #D4D4D4. Windows color (decimal): -5575475 or 13495466. OLE color: 13495466.
HSL color Cylindrical-coordinate representation of color #AAECCD: hue angle of 151.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECCD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 205 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 151.82º | 0.63% | 0.8% | - |
| HSV(B) | 151.82º | 0.28% | 0.93% | - |
| XYZ | 57.59 | 72.94 | 68.8 | - |
| YUV | 212.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 205 | 0.28 | 0 | 0.13 | 0.07 | 151.82 | 0.63 | 0.8 |
| Hex | AA | EC | CD | 1C | 0 | D | 7 | 98 | 3F | 50 |
| Octal | 252 | 354 | 315 | 34 | 0 | 15 | 7 | 230 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11001101 | 11100 | 0 | 1101 | 111 | 10011000 | 111111 | 1010000 |
Color Harmonies of #AAECCD
Complementary color
Monochromatic Colors of #AAECCD
Black with #AAECCD
Text Example
Text Example
White with #AAECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECCD; }
p { color: rgb(170,236,205); }
H1.HeaderClassName
{
color: #AAECCD;
}
.AnyTagClassName
{
color: #AAECCD;
}
</style>
background-color css
<style>
a { background-color: #AAECCD; }
a { background-color: rgb(170,236,205); }
div.DivClassName
{
background-color: #AAECCD;
}
.BgClassName
{
background-color: #AAECCD;
}
</style>
border-color css
<style>
span { border-color: #AAECCD; }
span { border-color: rgb(170,236,205); }
td.TdClassName
{
border-color: #AAECCD;
}
.TagClassName
{
border-color: #AAECCD;
}
</style>