Shades of Magic Mint #ACEAD1
Tints of Magic Mint #ACEAD1
RGB
CMYK
RGB Variations
Color information
#ACEAD1 (or 0xACEAD1) is known color: Magic Mint. HEX triplet: AC, EA and D1. RGB value is (172,234,209). Sum of RGB (Red+Green+Blue) = 172+234+209=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD1 is #53152E. Grayscale: #D4D4D4. Windows color (decimal): -5444911 or 13757100. OLE color: 13757100.
HSL color Cylindrical-coordinate representation of color #ACEAD1: hue angle of 155.81º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAD1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 234 | 209 | - |
CMYK | 0.26 | 0 | 0.11 | 0.08 |
HSL | 155.81º | 0.6% | 0.8% | - |
HSV(B) | 155.81º | 0.26% | 0.92% | - |
XYZ | 57.94 | 72.22 | 71.21 | - |
YUV | 212.61 | 125.96 | 99.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 209 | 0.26 | 0 | 0.11 | 0.08 | 155.81 | 0.6 | 0.8 |
Hex | AC | EA | D1 | 1A | 0 | B | 8 | 9C | 3C | 50 |
Octal | 254 | 352 | 321 | 32 | 0 | 13 | 10 | 234 | 74 | 120 |
Binary | 10101100 | 11101010 | 11010001 | 11010 | 0 | 1011 | 1000 | 10011100 | 111100 | 1010000 |
Color Harmonies of #ACEAD1
Complementary color
Monochromatic Colors of #ACEAD1
Black with #ACEAD1
Text Example
Text Example
White with #ACEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAD1; }
p { color: rgb(172,234,209); }
H1.HeaderClassName
{
color: #ACEAD1;
}
.AnyTagClassName
{
color: #ACEAD1;
}
</style>
background-color css
<style>
a { background-color: #ACEAD1; }
a { background-color: rgb(172,234,209); }
div.DivClassName
{
background-color: #ACEAD1;
}
.BgClassName
{
background-color: #ACEAD1;
}
</style>
border-color css
<style>
span { border-color: #ACEAD1; }
span { border-color: rgb(172,234,209); }
td.TdClassName
{
border-color: #ACEAD1;
}
.TagClassName
{
border-color: #ACEAD1;
}
</style>