Shades of Magic Mint #ACF9D3
Tints of Magic Mint #ACF9D3
RGB
CMYK
RGB Variations
Color information
#ACF9D3 (or 0xACF9D3) is known color: Magic Mint. HEX triplet: AC, F9 and D3. RGB value is (172,249,211). Sum of RGB (Red+Green+Blue) = 172+249+211=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9D3 is #53062C. Grayscale: #DDDDDD. Windows color (decimal): -5441069 or 13892012. OLE color: 13892012.
HSL color Cylindrical-coordinate representation of color #ACF9D3: hue angle of 150.39º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9D3 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 211 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.02 |
| HSL | 150.39º | 0.87% | 0.83% | - |
| HSV(B) | 150.39º | 0.31% | 0.98% | - |
| XYZ | 62.65 | 81.23 | 74 | - |
| YUV | 221.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 211 | 0.31 | 0 | 0.15 | 0.02 | 150.39 | 0.87 | 0.83 |
| Hex | AC | F9 | D3 | 1F | 0 | F | 2 | 96 | 57 | 53 |
| Octal | 254 | 371 | 323 | 37 | 0 | 17 | 2 | 226 | 127 | 123 |
| Binary | 10101100 | 11111001 | 11010011 | 11111 | 0 | 1111 | 10 | 10010110 | 1010111 | 1010011 |
Color Harmonies of #ACF9D3
Complementary color
Monochromatic Colors of #ACF9D3
Black with #ACF9D3
Text Example
Text Example
White with #ACF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9D3; }
p { color: rgb(172,249,211); }
H1.HeaderClassName
{
color: #ACF9D3;
}
.AnyTagClassName
{
color: #ACF9D3;
}
</style>
background-color css
<style>
a { background-color: #ACF9D3; }
a { background-color: rgb(172,249,211); }
div.DivClassName
{
background-color: #ACF9D3;
}
.BgClassName
{
background-color: #ACF9D3;
}
</style>
border-color css
<style>
span { border-color: #ACF9D3; }
span { border-color: rgb(172,249,211); }
td.TdClassName
{
border-color: #ACF9D3;
}
.TagClassName
{
border-color: #ACF9D3;
}
</style>