Shades of Magic Mint #AAECCF
Tints of Magic Mint #AAECCF
RGB
CMYK
RGB Variations
Color information
#AAECCF (or 0xAAECCF) is known color: Magic Mint. HEX triplet: AA, EC and CF. RGB value is (170,236,207). Sum of RGB (Red+Green+Blue) = 170+236+207=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCF is #551330. Grayscale: #D5D5D5. Windows color (decimal): -5575473 or 13626538. OLE color: 13626538.
HSL color Cylindrical-coordinate representation of color #AAECCF: hue angle of 153.64º 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 #AAECCF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 207 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.07 |
| HSL | 153.64º | 0.63% | 0.8% | - |
| HSV(B) | 153.64º | 0.28% | 0.93% | - |
| XYZ | 57.84 | 73.04 | 70.08 | - |
| YUV | 212.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 207 | 0.28 | 0 | 0.12 | 0.07 | 153.64 | 0.63 | 0.8 |
| Hex | AA | EC | CF | 1C | 0 | C | 7 | 9A | 3F | 50 |
| Octal | 252 | 354 | 317 | 34 | 0 | 14 | 7 | 232 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11001111 | 11100 | 0 | 1100 | 111 | 10011010 | 111111 | 1010000 |
Color Harmonies of #AAECCF
Complementary color
Monochromatic Colors of #AAECCF
Black with #AAECCF
Text Example
Text Example
White with #AAECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECCF; }
p { color: rgb(170,236,207); }
H1.HeaderClassName
{
color: #AAECCF;
}
.AnyTagClassName
{
color: #AAECCF;
}
</style>
background-color css
<style>
a { background-color: #AAECCF; }
a { background-color: rgb(170,236,207); }
div.DivClassName
{
background-color: #AAECCF;
}
.BgClassName
{
background-color: #AAECCF;
}
</style>
border-color css
<style>
span { border-color: #AAECCF; }
span { border-color: rgb(170,236,207); }
td.TdClassName
{
border-color: #AAECCF;
}
.TagClassName
{
border-color: #AAECCF;
}
</style>