Shades of Magic Mint #ACEEC4
Tints of Magic Mint #ACEEC4
RGB
CMYK
RGB Variations
Color information
#ACEEC4 (or 0xACEEC4) is known color: Magic Mint. HEX triplet: AC, EE and C4. RGB value is (172,238,196). Sum of RGB (Red+Green+Blue) = 172+238+196=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC4 is #53113B. Grayscale: #D5D5D5. Windows color (decimal): -5443900 or 12906156. OLE color: 12906156.
HSL color Cylindrical-coordinate representation of color #ACEEC4: hue angle of 141.82º 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 #ACEEC4 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 196 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.07 |
| HSL | 141.82º | 0.66% | 0.8% | - |
| HSV(B) | 141.82º | 0.28% | 0.93% | - |
| XYZ | 57.55 | 73.91 | 63.46 | - |
| YUV | 213.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 196 | 0.28 | 0 | 0.18 | 0.07 | 141.82 | 0.66 | 0.8 |
| Hex | AC | EE | C4 | 1C | 0 | 12 | 7 | 8E | 42 | 50 |
| Octal | 254 | 356 | 304 | 34 | 0 | 22 | 7 | 216 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11000100 | 11100 | 0 | 10010 | 111 | 10001110 | 1000010 | 1010000 |
Color Harmonies of #ACEEC4
Complementary color
Monochromatic Colors of #ACEEC4
Black with #ACEEC4
Text Example
Text Example
White with #ACEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEC4; }
p { color: rgb(172,238,196); }
H1.HeaderClassName
{
color: #ACEEC4;
}
.AnyTagClassName
{
color: #ACEEC4;
}
</style>
background-color css
<style>
a { background-color: #ACEEC4; }
a { background-color: rgb(172,238,196); }
div.DivClassName
{
background-color: #ACEEC4;
}
.BgClassName
{
background-color: #ACEEC4;
}
</style>
border-color css
<style>
span { border-color: #ACEEC4; }
span { border-color: rgb(172,238,196); }
td.TdClassName
{
border-color: #ACEEC4;
}
.TagClassName
{
border-color: #ACEEC4;
}
</style>