Shades of Magic Mint #AAEBC6
Tints of Magic Mint #AAEBC6
RGB
CMYK
RGB Variations
Color information
#AAEBC6 (or 0xAAEBC6) is known color: Magic Mint. HEX triplet: AA, EB and C6. RGB value is (170,235,198). Sum of RGB (Red+Green+Blue) = 170+235+198=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC6 is #551439. Grayscale: #D3D3D3. Windows color (decimal): -5575738 or 13036458. OLE color: 13036458.
HSL color Cylindrical-coordinate representation of color #AAEBC6: hue angle of 145.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBC6 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 198 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.08 |
| HSL | 145.85º | 0.62% | 0.79% | - |
| HSV(B) | 145.85º | 0.28% | 0.92% | - |
| XYZ | 56.48 | 72.04 | 64.35 | - |
| YUV | 211.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 198 | 0.28 | 0 | 0.16 | 0.08 | 145.85 | 0.62 | 0.79 |
| Hex | AA | EB | C6 | 1C | 0 | 10 | 8 | 92 | 3E | 4F |
| Octal | 252 | 353 | 306 | 34 | 0 | 20 | 10 | 222 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11000110 | 11100 | 0 | 10000 | 1000 | 10010010 | 111110 | 1001111 |
Color Harmonies of #AAEBC6
Complementary color
Monochromatic Colors of #AAEBC6
Black with #AAEBC6
Text Example
Text Example
White with #AAEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBC6; }
p { color: rgb(170,235,198); }
H1.HeaderClassName
{
color: #AAEBC6;
}
.AnyTagClassName
{
color: #AAEBC6;
}
</style>
background-color css
<style>
a { background-color: #AAEBC6; }
a { background-color: rgb(170,235,198); }
div.DivClassName
{
background-color: #AAEBC6;
}
.BgClassName
{
background-color: #AAEBC6;
}
</style>
border-color css
<style>
span { border-color: #AAEBC6; }
span { border-color: rgb(170,235,198); }
td.TdClassName
{
border-color: #AAEBC6;
}
.TagClassName
{
border-color: #AAEBC6;
}
</style>