Shades of Magic Mint #ACE9C9
Tints of Magic Mint #ACE9C9
RGB
CMYK
RGB Variations
Color information
#ACE9C9 (or 0xACE9C9) is known color: Magic Mint. HEX triplet: AC, E9 and C9. RGB value is (172,233,201). Sum of RGB (Red+Green+Blue) = 172+233+201=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9C9 is #531636. Grayscale: #D3D3D3. Windows color (decimal): -5445175 or 13232556. OLE color: 13232556.
HSL color Cylindrical-coordinate representation of color #ACE9C9: hue angle of 148.52º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9C9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 201 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.09 |
| HSL | 148.52º | 0.58% | 0.79% | - |
| HSV(B) | 148.52º | 0.26% | 0.91% | - |
| XYZ | 56.69 | 71.27 | 66.03 | - |
| YUV | 211.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 201 | 0.26 | 0 | 0.14 | 0.09 | 148.52 | 0.58 | 0.79 |
| Hex | AC | E9 | C9 | 1A | 0 | E | 9 | 95 | 3A | 4F |
| Octal | 254 | 351 | 311 | 32 | 0 | 16 | 11 | 225 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11001001 | 11010 | 0 | 1110 | 1001 | 10010101 | 111010 | 1001111 |
Color Harmonies of #ACE9C9
Complementary color
Monochromatic Colors of #ACE9C9
Black with #ACE9C9
Text Example
Text Example
White with #ACE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9C9; }
p { color: rgb(172,233,201); }
H1.HeaderClassName
{
color: #ACE9C9;
}
.AnyTagClassName
{
color: #ACE9C9;
}
</style>
background-color css
<style>
a { background-color: #ACE9C9; }
a { background-color: rgb(172,233,201); }
div.DivClassName
{
background-color: #ACE9C9;
}
.BgClassName
{
background-color: #ACE9C9;
}
</style>
border-color css
<style>
span { border-color: #ACE9C9; }
span { border-color: rgb(172,233,201); }
td.TdClassName
{
border-color: #ACE9C9;
}
.TagClassName
{
border-color: #ACE9C9;
}
</style>