Shades of Magic Mint #ACEED7
Tints of Magic Mint #ACEED7
RGB
CMYK
RGB Variations
Color information
#ACEED7 (or 0xACEED7) is known color: Magic Mint. HEX triplet: AC, EE and D7. RGB value is (172,238,215). Sum of RGB (Red+Green+Blue) = 172+238+215=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEED7 is #531128. Grayscale: #D7D7D7. Windows color (decimal): -5443881 or 14151340. OLE color: 14151340.
HSL color Cylindrical-coordinate representation of color #ACEED7: hue angle of 159.09º 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 #ACEED7 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 215 | - |
CMYK | 0.28 | 0 | 0.10 | 0.07 |
HSL | 159.09º | 0.66% | 0.8% | - |
HSV(B) | 159.09º | 0.28% | 0.93% | - |
XYZ | 59.85 | 74.83 | 75.58 | - |
YUV | 215.64 | 127.63 | 96.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 215 | 0.28 | 0 | 0.10 | 0.07 | 159.09 | 0.66 | 0.8 |
Hex | AC | EE | D7 | 1C | 0 | A | 7 | 9F | 42 | 50 |
Octal | 254 | 356 | 327 | 34 | 0 | 12 | 7 | 237 | 102 | 120 |
Binary | 10101100 | 11101110 | 11010111 | 11100 | 0 | 1010 | 111 | 10011111 | 1000010 | 1010000 |
Color Harmonies of #ACEED7
Complementary color
Monochromatic Colors of #ACEED7
Black with #ACEED7
Text Example
Text Example
White with #ACEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEED7; }
p { color: rgb(172,238,215); }
H1.HeaderClassName
{
color: #ACEED7;
}
.AnyTagClassName
{
color: #ACEED7;
}
</style>
background-color css
<style>
a { background-color: #ACEED7; }
a { background-color: rgb(172,238,215); }
div.DivClassName
{
background-color: #ACEED7;
}
.BgClassName
{
background-color: #ACEED7;
}
</style>
border-color css
<style>
span { border-color: #ACEED7; }
span { border-color: rgb(172,238,215); }
td.TdClassName
{
border-color: #ACEED7;
}
.TagClassName
{
border-color: #ACEED7;
}
</style>