Shades of Magic Mint #AAEAC4
Tints of Magic Mint #AAEAC4
RGB
CMYK
RGB Variations
Color information
#AAEAC4 (or 0xAAEAC4) is known color: Magic Mint. HEX triplet: AA, EA and C4. RGB value is (170,234,196). Sum of RGB (Red+Green+Blue) = 170+234+196=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAC4 is #55153B. Grayscale: #D2D2D2. Windows color (decimal): -5575996 or 12905130. OLE color: 12905130.
HSL color Cylindrical-coordinate representation of color #AAEAC4: hue angle of 144.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAC4 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 196 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.08 |
| HSL | 144.38º | 0.6% | 0.79% | - |
| HSV(B) | 144.38º | 0.27% | 0.92% | - |
| XYZ | 55.96 | 71.38 | 63.05 | - |
| YUV | 210.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 196 | 0.27 | 0 | 0.16 | 0.08 | 144.38 | 0.6 | 0.79 |
| Hex | AA | EA | C4 | 1B | 0 | 10 | 8 | 90 | 3C | 4F |
| Octal | 252 | 352 | 304 | 33 | 0 | 20 | 10 | 220 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11000100 | 11011 | 0 | 10000 | 1000 | 10010000 | 111100 | 1001111 |
Color Harmonies of #AAEAC4
Complementary color
Monochromatic Colors of #AAEAC4
Black with #AAEAC4
Text Example
Text Example
White with #AAEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAC4; }
p { color: rgb(170,234,196); }
H1.HeaderClassName
{
color: #AAEAC4;
}
.AnyTagClassName
{
color: #AAEAC4;
}
</style>
background-color css
<style>
a { background-color: #AAEAC4; }
a { background-color: rgb(170,234,196); }
div.DivClassName
{
background-color: #AAEAC4;
}
.BgClassName
{
background-color: #AAEAC4;
}
</style>
border-color css
<style>
span { border-color: #AAEAC4; }
span { border-color: rgb(170,234,196); }
td.TdClassName
{
border-color: #AAEAC4;
}
.TagClassName
{
border-color: #AAEAC4;
}
</style>