Shades of Magic Mint #AAEBC8
Tints of Magic Mint #AAEBC8
RGB
CMYK
RGB Variations
Color information
#AAEBC8 (or 0xAAEBC8) is known color: Magic Mint. HEX triplet: AA, EB and C8. RGB value is (170,235,200). Sum of RGB (Red+Green+Blue) = 170+235+200=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC8 is #551437. Grayscale: #D3D3D3. Windows color (decimal): -5575736 or 13167530. OLE color: 13167530.
HSL color Cylindrical-coordinate representation of color #AAEBC8: hue angle of 147.69º 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 #AAEBC8 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 200 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.08 |
| HSL | 147.69º | 0.62% | 0.79% | - |
| HSV(B) | 147.69º | 0.28% | 0.92% | - |
| XYZ | 56.71 | 72.13 | 65.58 | - |
| YUV | 211.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 200 | 0.28 | 0 | 0.15 | 0.08 | 147.69 | 0.62 | 0.79 |
| Hex | AA | EB | C8 | 1C | 0 | F | 8 | 94 | 3E | 4F |
| Octal | 252 | 353 | 310 | 34 | 0 | 17 | 10 | 224 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11001000 | 11100 | 0 | 1111 | 1000 | 10010100 | 111110 | 1001111 |
Color Harmonies of #AAEBC8
Complementary color
Monochromatic Colors of #AAEBC8
Black with #AAEBC8
Text Example
Text Example
White with #AAEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBC8; }
p { color: rgb(170,235,200); }
H1.HeaderClassName
{
color: #AAEBC8;
}
.AnyTagClassName
{
color: #AAEBC8;
}
</style>
background-color css
<style>
a { background-color: #AAEBC8; }
a { background-color: rgb(170,235,200); }
div.DivClassName
{
background-color: #AAEBC8;
}
.BgClassName
{
background-color: #AAEBC8;
}
</style>
border-color css
<style>
span { border-color: #AAEBC8; }
span { border-color: rgb(170,235,200); }
td.TdClassName
{
border-color: #AAEBC8;
}
.TagClassName
{
border-color: #AAEBC8;
}
</style>