Shades of Magic Mint #ACF0D5
Tints of Magic Mint #ACF0D5
RGB
CMYK
RGB Variations
Color information
#ACF0D5 (or 0xACF0D5) is known color: Magic Mint. HEX triplet: AC, F0 and D5. RGB value is (172,240,213). Sum of RGB (Red+Green+Blue) = 172+240+213=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0D5 is #530F2A. Grayscale: #D8D8D8. Windows color (decimal): -5443371 or 14020780. OLE color: 14020780.
HSL color Cylindrical-coordinate representation of color #ACF0D5: hue angle of 156.18º 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 #ACF0D5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 213 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.06 |
| HSL | 156.18º | 0.69% | 0.81% | - |
| HSV(B) | 156.18º | 0.28% | 0.94% | - |
| XYZ | 60.18 | 75.89 | 74.43 | - |
| YUV | 216.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 213 | 0.28 | 0 | 0.11 | 0.06 | 156.18 | 0.69 | 0.81 |
| Hex | AC | F0 | D5 | 1C | 0 | B | 6 | 9C | 45 | 51 |
| Octal | 254 | 360 | 325 | 34 | 0 | 13 | 6 | 234 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11010101 | 11100 | 0 | 1011 | 110 | 10011100 | 1000101 | 1010001 |
Color Harmonies of #ACF0D5
Complementary color
Monochromatic Colors of #ACF0D5
Black with #ACF0D5
Text Example
Text Example
White with #ACF0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0D5; }
p { color: rgb(172,240,213); }
H1.HeaderClassName
{
color: #ACF0D5;
}
.AnyTagClassName
{
color: #ACF0D5;
}
</style>
background-color css
<style>
a { background-color: #ACF0D5; }
a { background-color: rgb(172,240,213); }
div.DivClassName
{
background-color: #ACF0D5;
}
.BgClassName
{
background-color: #ACF0D5;
}
</style>
border-color css
<style>
span { border-color: #ACF0D5; }
span { border-color: rgb(172,240,213); }
td.TdClassName
{
border-color: #ACF0D5;
}
.TagClassName
{
border-color: #ACF0D5;
}
</style>