Shades of Magic Mint #ACEAC4
Tints of Magic Mint #ACEAC4
RGB
CMYK
RGB Variations
Color information
#ACEAC4 (or 0xACEAC4) is known color: Magic Mint. HEX triplet: AC, EA and C4. RGB value is (172,234,196). Sum of RGB (Red+Green+Blue) = 172+234+196=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAC4 is #53153B. Grayscale: #D3D3D3. Windows color (decimal): -5444924 or 12905132. OLE color: 12905132.
HSL color Cylindrical-coordinate representation of color #ACEAC4: hue angle of 143.23º 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 #ACEAC4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 196 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.08 |
| HSL | 143.23º | 0.6% | 0.8% | - |
| HSV(B) | 143.23º | 0.26% | 0.92% | - |
| XYZ | 56.4 | 71.6 | 63.07 | - |
| YUV | 211.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 196 | 0.26 | 0 | 0.16 | 0.08 | 143.23 | 0.6 | 0.8 |
| Hex | AC | EA | C4 | 1A | 0 | 10 | 8 | 8F | 3C | 50 |
| Octal | 254 | 352 | 304 | 32 | 0 | 20 | 10 | 217 | 74 | 120 |
| Binary | 10101100 | 11101010 | 11000100 | 11010 | 0 | 10000 | 1000 | 10001111 | 111100 | 1010000 |
Color Harmonies of #ACEAC4
Complementary color
Monochromatic Colors of #ACEAC4
Black with #ACEAC4
Text Example
Text Example
White with #ACEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAC4; }
p { color: rgb(172,234,196); }
H1.HeaderClassName
{
color: #ACEAC4;
}
.AnyTagClassName
{
color: #ACEAC4;
}
</style>
background-color css
<style>
a { background-color: #ACEAC4; }
a { background-color: rgb(172,234,196); }
div.DivClassName
{
background-color: #ACEAC4;
}
.BgClassName
{
background-color: #ACEAC4;
}
</style>
border-color css
<style>
span { border-color: #ACEAC4; }
span { border-color: rgb(172,234,196); }
td.TdClassName
{
border-color: #ACEAC4;
}
.TagClassName
{
border-color: #ACEAC4;
}
</style>