Shades of Magic Mint #ACF3D8
Tints of Magic Mint #ACF3D8
RGB
CMYK
RGB Variations
Color information
#ACF3D8 (or 0xACF3D8) is known color: Magic Mint. HEX triplet: AC, F3 and D8. RGB value is (172,243,216). Sum of RGB (Red+Green+Blue) = 172+243+216=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3D8 is #530C27. Grayscale: #DADADA. Windows color (decimal): -5442600 or 14218156. OLE color: 14218156.
HSL color Cylindrical-coordinate representation of color #ACF3D8: hue angle of 157.18º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3D8 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 216 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.05 |
| HSL | 157.18º | 0.75% | 0.81% | - |
| HSV(B) | 157.18º | 0.29% | 0.95% | - |
| XYZ | 61.46 | 77.83 | 76.75 | - |
| YUV | 218.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 216 | 0.29 | 0 | 0.11 | 0.05 | 157.18 | 0.75 | 0.81 |
| Hex | AC | F3 | D8 | 1D | 0 | B | 5 | 9D | 4B | 51 |
| Octal | 254 | 363 | 330 | 35 | 0 | 13 | 5 | 235 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11011000 | 11101 | 0 | 1011 | 101 | 10011101 | 1001011 | 1010001 |
Color Harmonies of #ACF3D8
Complementary color
Monochromatic Colors of #ACF3D8
Black with #ACF3D8
Text Example
Text Example
White with #ACF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3D8; }
p { color: rgb(172,243,216); }
H1.HeaderClassName
{
color: #ACF3D8;
}
.AnyTagClassName
{
color: #ACF3D8;
}
</style>
background-color css
<style>
a { background-color: #ACF3D8; }
a { background-color: rgb(172,243,216); }
div.DivClassName
{
background-color: #ACF3D8;
}
.BgClassName
{
background-color: #ACF3D8;
}
</style>
border-color css
<style>
span { border-color: #ACF3D8; }
span { border-color: rgb(172,243,216); }
td.TdClassName
{
border-color: #ACF3D8;
}
.TagClassName
{
border-color: #ACF3D8;
}
</style>