Shades of Magic Mint #AAE3CC
Tints of Magic Mint #AAE3CC
RGB
CMYK
RGB Variations
Color information
#AAE3CC (or 0xAAE3CC) is known color: Magic Mint. HEX triplet: AA, E3 and CC. RGB value is (170,227,204). Sum of RGB (Red+Green+Blue) = 170+227+204=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3CC is #551C33. Grayscale: #CFCFCF. Windows color (decimal): -5577780 or 13427626. OLE color: 13427626.
HSL color Cylindrical-coordinate representation of color #AAE3CC: hue angle of 155.79º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE3CC is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 204 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.11 |
| HSL | 155.79º | 0.5% | 0.78% | - |
| HSV(B) | 155.79º | 0.25% | 0.89% | - |
| XYZ | 54.95 | 67.84 | 67.33 | - |
| YUV | 207.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 204 | 0.25 | 0 | 0.10 | 0.11 | 155.79 | 0.5 | 0.78 |
| Hex | AA | E3 | CC | 19 | 0 | A | B | 9C | 32 | 4E |
| Octal | 252 | 343 | 314 | 31 | 0 | 12 | 13 | 234 | 62 | 116 |
| Binary | 10101010 | 11100011 | 11001100 | 11001 | 0 | 1010 | 1011 | 10011100 | 110010 | 1001110 |
Color Harmonies of #AAE3CC
Complementary color
Monochromatic Colors of #AAE3CC
Black with #AAE3CC
Text Example
Text Example
White with #AAE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3CC; }
p { color: rgb(170,227,204); }
H1.HeaderClassName
{
color: #AAE3CC;
}
.AnyTagClassName
{
color: #AAE3CC;
}
</style>
background-color css
<style>
a { background-color: #AAE3CC; }
a { background-color: rgb(170,227,204); }
div.DivClassName
{
background-color: #AAE3CC;
}
.BgClassName
{
background-color: #AAE3CC;
}
</style>
border-color css
<style>
span { border-color: #AAE3CC; }
span { border-color: rgb(170,227,204); }
td.TdClassName
{
border-color: #AAE3CC;
}
.TagClassName
{
border-color: #AAE3CC;
}
</style>