Shades of Magic Mint #AAECCB
Tints of Magic Mint #AAECCB
RGB
CMYK
RGB Variations
Color information
#AAECCB (or 0xAAECCB) is known color: Magic Mint. HEX triplet: AA, EC and CB. RGB value is (170,236,203). Sum of RGB (Red+Green+Blue) = 170+236+203=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCB is #551334. Grayscale: #D4D4D4. Windows color (decimal): -5575477 or 13364394. OLE color: 13364394.
HSL color Cylindrical-coordinate representation of color #AAECCB: hue angle of 150º degrees, saturation: 0.63, 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 #AAECCB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 203 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.07 |
| HSL | 150º | 0.63% | 0.8% | - |
| HSV(B) | 150º | 0.28% | 0.93% | - |
| XYZ | 57.35 | 72.85 | 67.54 | - |
| YUV | 212.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 203 | 0.28 | 0 | 0.14 | 0.07 | 150 | 0.63 | 0.8 |
| Hex | AA | EC | CB | 1C | 0 | E | 7 | 96 | 3F | 50 |
| Octal | 252 | 354 | 313 | 34 | 0 | 16 | 7 | 226 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11001011 | 11100 | 0 | 1110 | 111 | 10010110 | 111111 | 1010000 |
Color Harmonies of #AAECCB
Complementary color
Monochromatic Colors of #AAECCB
Black with #AAECCB
Text Example
Text Example
White with #AAECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECCB; }
p { color: rgb(170,236,203); }
H1.HeaderClassName
{
color: #AAECCB;
}
.AnyTagClassName
{
color: #AAECCB;
}
</style>
background-color css
<style>
a { background-color: #AAECCB; }
a { background-color: rgb(170,236,203); }
div.DivClassName
{
background-color: #AAECCB;
}
.BgClassName
{
background-color: #AAECCB;
}
</style>
border-color css
<style>
span { border-color: #AAECCB; }
span { border-color: rgb(170,236,203); }
td.TdClassName
{
border-color: #AAECCB;
}
.TagClassName
{
border-color: #AAECCB;
}
</style>