Shades of Magic Mint #AAEDCB
Tints of Magic Mint #AAEDCB
RGB
CMYK
RGB Variations
Color information
#AAEDCB (or 0xAAEDCB) is known color: Magic Mint. HEX triplet: AA, ED and CB. RGB value is (170,237,203). Sum of RGB (Red+Green+Blue) = 170+237+203=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDCB is #551234. Grayscale: #D5D5D5. Windows color (decimal): -5575221 or 13364650. OLE color: 13364650.
HSL color Cylindrical-coordinate representation of color #AAEDCB: hue angle of 149.55º degrees, saturation: 0.65, 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 #AAEDCB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 203 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.07 |
| HSL | 149.55º | 0.65% | 0.8% | - |
| HSV(B) | 149.55º | 0.28% | 0.93% | - |
| XYZ | 57.64 | 73.43 | 67.63 | - |
| YUV | 213.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 203 | 0.28 | 0 | 0.14 | 0.07 | 149.55 | 0.65 | 0.8 |
| Hex | AA | ED | CB | 1C | 0 | E | 7 | 96 | 41 | 50 |
| Octal | 252 | 355 | 313 | 34 | 0 | 16 | 7 | 226 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11001011 | 11100 | 0 | 1110 | 111 | 10010110 | 1000001 | 1010000 |
Color Harmonies of #AAEDCB
Complementary color
Monochromatic Colors of #AAEDCB
Black with #AAEDCB
Text Example
Text Example
White with #AAEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDCB; }
p { color: rgb(170,237,203); }
H1.HeaderClassName
{
color: #AAEDCB;
}
.AnyTagClassName
{
color: #AAEDCB;
}
</style>
background-color css
<style>
a { background-color: #AAEDCB; }
a { background-color: rgb(170,237,203); }
div.DivClassName
{
background-color: #AAEDCB;
}
.BgClassName
{
background-color: #AAEDCB;
}
</style>
border-color css
<style>
span { border-color: #AAEDCB; }
span { border-color: rgb(170,237,203); }
td.TdClassName
{
border-color: #AAEDCB;
}
.TagClassName
{
border-color: #AAEDCB;
}
</style>