Shades of Magic Mint #ACF0CE
Tints of Magic Mint #ACF0CE
RGB
CMYK
RGB Variations
Color information
#ACF0CE (or 0xACF0CE) is known color: Magic Mint. HEX triplet: AC, F0 and CE. RGB value is (172,240,206). Sum of RGB (Red+Green+Blue) = 172+240+206=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0CE is #530F31. Grayscale: #D7D7D7. Windows color (decimal): -5443378 or 13562028. OLE color: 13562028.
HSL color Cylindrical-coordinate representation of color #ACF0CE: hue angle of 150º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0CE is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 206 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.06 |
| HSL | 150º | 0.69% | 0.81% | - |
| HSV(B) | 150º | 0.28% | 0.94% | - |
| XYZ | 59.31 | 75.55 | 69.85 | - |
| YUV | 215.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 206 | 0.28 | 0 | 0.14 | 0.06 | 150 | 0.69 | 0.81 |
| Hex | AC | F0 | CE | 1C | 0 | E | 6 | 96 | 45 | 51 |
| Octal | 254 | 360 | 316 | 34 | 0 | 16 | 6 | 226 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11001110 | 11100 | 0 | 1110 | 110 | 10010110 | 1000101 | 1010001 |
Color Harmonies of #ACF0CE
Complementary color
Monochromatic Colors of #ACF0CE
Black with #ACF0CE
Text Example
Text Example
White with #ACF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0CE; }
p { color: rgb(172,240,206); }
H1.HeaderClassName
{
color: #ACF0CE;
}
.AnyTagClassName
{
color: #ACF0CE;
}
</style>
background-color css
<style>
a { background-color: #ACF0CE; }
a { background-color: rgb(172,240,206); }
div.DivClassName
{
background-color: #ACF0CE;
}
.BgClassName
{
background-color: #ACF0CE;
}
</style>
border-color css
<style>
span { border-color: #ACF0CE; }
span { border-color: rgb(172,240,206); }
td.TdClassName
{
border-color: #ACF0CE;
}
.TagClassName
{
border-color: #ACF0CE;
}
</style>