Shades of Magic Mint #AAECCE
Tints of Magic Mint #AAECCE
RGB
CMYK
RGB Variations
Color information
#AAECCE (or 0xAAECCE) is known color: Magic Mint. HEX triplet: AA, EC and CE. RGB value is (170,236,206). Sum of RGB (Red+Green+Blue) = 170+236+206=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCE is #551331. Grayscale: #D4D4D4. Windows color (decimal): -5575474 or 13561002. OLE color: 13561002.
HSL color Cylindrical-coordinate representation of color #AAECCE: hue angle of 152.73º 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 #AAECCE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 206 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 152.73º | 0.63% | 0.8% | - |
| HSV(B) | 152.73º | 0.28% | 0.93% | - |
| XYZ | 57.71 | 72.99 | 69.44 | - |
| YUV | 212.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 206 | 0.28 | 0 | 0.13 | 0.07 | 152.73 | 0.63 | 0.8 |
| Hex | AA | EC | CE | 1C | 0 | D | 7 | 99 | 3F | 50 |
| Octal | 252 | 354 | 316 | 34 | 0 | 15 | 7 | 231 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11001110 | 11100 | 0 | 1101 | 111 | 10011001 | 111111 | 1010000 |
Color Harmonies of #AAECCE
Complementary color
Monochromatic Colors of #AAECCE
Black with #AAECCE
Text Example
Text Example
White with #AAECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECCE; }
p { color: rgb(170,236,206); }
H1.HeaderClassName
{
color: #AAECCE;
}
.AnyTagClassName
{
color: #AAECCE;
}
</style>
background-color css
<style>
a { background-color: #AAECCE; }
a { background-color: rgb(170,236,206); }
div.DivClassName
{
background-color: #AAECCE;
}
.BgClassName
{
background-color: #AAECCE;
}
</style>
border-color css
<style>
span { border-color: #AAECCE; }
span { border-color: rgb(170,236,206); }
td.TdClassName
{
border-color: #AAECCE;
}
.TagClassName
{
border-color: #AAECCE;
}
</style>