Shades of Magic Mint #ACEEC7
Tints of Magic Mint #ACEEC7
RGB
CMYK
RGB Variations
Color information
#ACEEC7 (or 0xACEEC7) is known color: Magic Mint. HEX triplet: AC, EE and C7. RGB value is (172,238,199). Sum of RGB (Red+Green+Blue) = 172+238+199=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC7 is #531138. Grayscale: #D5D5D5. Windows color (decimal): -5443897 or 13102764. OLE color: 13102764.
HSL color Cylindrical-coordinate representation of color #ACEEC7: hue angle of 144.55º degrees, saturation: 0.66, 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 #ACEEC7 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 199 | - |
CMYK | 0.28 | 0 | 0.16 | 0.07 |
HSL | 144.55º | 0.66% | 0.8% | - |
HSV(B) | 144.55º | 0.28% | 0.93% | - |
XYZ | 57.9 | 74.04 | 65.27 | - |
YUV | 213.82 | 119.63 | 98.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 199 | 0.28 | 0 | 0.16 | 0.07 | 144.55 | 0.66 | 0.8 |
Hex | AC | EE | C7 | 1C | 0 | 10 | 7 | 91 | 42 | 50 |
Octal | 254 | 356 | 307 | 34 | 0 | 20 | 7 | 221 | 102 | 120 |
Binary | 10101100 | 11101110 | 11000111 | 11100 | 0 | 10000 | 111 | 10010001 | 1000010 | 1010000 |
Color Harmonies of #ACEEC7
Complementary color
Monochromatic Colors of #ACEEC7
Black with #ACEEC7
Text Example
Text Example
White with #ACEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEC7; }
p { color: rgb(172,238,199); }
H1.HeaderClassName
{
color: #ACEEC7;
}
.AnyTagClassName
{
color: #ACEEC7;
}
</style>
background-color css
<style>
a { background-color: #ACEEC7; }
a { background-color: rgb(172,238,199); }
div.DivClassName
{
background-color: #ACEEC7;
}
.BgClassName
{
background-color: #ACEEC7;
}
</style>
border-color css
<style>
span { border-color: #ACEEC7; }
span { border-color: rgb(172,238,199); }
td.TdClassName
{
border-color: #ACEEC7;
}
.TagClassName
{
border-color: #ACEEC7;
}
</style>