Shades of Magic Mint #AAECC2
Tints of Magic Mint #AAECC2
RGB
CMYK
RGB Variations
Color information
#AAECC2 (or 0xAAECC2) is known color: Magic Mint. HEX triplet: AA, EC and C2. RGB value is (170,236,194). Sum of RGB (Red+Green+Blue) = 170+236+194=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC2 is #55133D. Grayscale: #D3D3D3. Windows color (decimal): -5575486 or 12774570. OLE color: 12774570.
HSL color Cylindrical-coordinate representation of color #AAECC2: hue angle of 141.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 #AAECC2 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 194 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.07 |
| HSL | 141.82º | 0.63% | 0.8% | - |
| HSV(B) | 141.82º | 0.28% | 0.93% | - |
| XYZ | 56.31 | 72.43 | 62.05 | - |
| YUV | 211.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 194 | 0.28 | 0 | 0.18 | 0.07 | 141.82 | 0.63 | 0.8 |
| Hex | AA | EC | C2 | 1C | 0 | 12 | 7 | 8E | 3F | 50 |
| Octal | 252 | 354 | 302 | 34 | 0 | 22 | 7 | 216 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11000010 | 11100 | 0 | 10010 | 111 | 10001110 | 111111 | 1010000 |
Color Harmonies of #AAECC2
Complementary color
Monochromatic Colors of #AAECC2
Black with #AAECC2
Text Example
Text Example
White with #AAECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECC2; }
p { color: rgb(170,236,194); }
H1.HeaderClassName
{
color: #AAECC2;
}
.AnyTagClassName
{
color: #AAECC2;
}
</style>
background-color css
<style>
a { background-color: #AAECC2; }
a { background-color: rgb(170,236,194); }
div.DivClassName
{
background-color: #AAECC2;
}
.BgClassName
{
background-color: #AAECC2;
}
</style>
border-color css
<style>
span { border-color: #AAECC2; }
span { border-color: rgb(170,236,194); }
td.TdClassName
{
border-color: #AAECC2;
}
.TagClassName
{
border-color: #AAECC2;
}
</style>