Shades of Magic Mint #ACF1D3
Tints of Magic Mint #ACF1D3
RGB
CMYK
RGB Variations
Color information
#ACF1D3 (or 0xACF1D3) is known color: Magic Mint. HEX triplet: AC, F1 and D3. RGB value is (172,241,211). Sum of RGB (Red+Green+Blue) = 172+241+211=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D3 is #530E2C. Grayscale: #D9D9D9. Windows color (decimal): -5443117 or 13889964. OLE color: 13889964.
HSL color Cylindrical-coordinate representation of color #ACF1D3: hue angle of 153.91º degrees, saturation: 0.71, 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 #ACF1D3 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 211 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.05 |
| HSL | 153.91º | 0.71% | 0.81% | - |
| HSV(B) | 153.91º | 0.29% | 0.95% | - |
| XYZ | 60.23 | 76.38 | 73.2 | - |
| YUV | 216.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 211 | 0.29 | 0 | 0.12 | 0.05 | 153.91 | 0.71 | 0.81 |
| Hex | AC | F1 | D3 | 1D | 0 | C | 5 | 9A | 47 | 51 |
| Octal | 254 | 361 | 323 | 35 | 0 | 14 | 5 | 232 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11010011 | 11101 | 0 | 1100 | 101 | 10011010 | 1000111 | 1010001 |
Color Harmonies of #ACF1D3
Complementary color
Monochromatic Colors of #ACF1D3
Black with #ACF1D3
Text Example
Text Example
White with #ACF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1D3; }
p { color: rgb(172,241,211); }
H1.HeaderClassName
{
color: #ACF1D3;
}
.AnyTagClassName
{
color: #ACF1D3;
}
</style>
background-color css
<style>
a { background-color: #ACF1D3; }
a { background-color: rgb(172,241,211); }
div.DivClassName
{
background-color: #ACF1D3;
}
.BgClassName
{
background-color: #ACF1D3;
}
</style>
border-color css
<style>
span { border-color: #ACF1D3; }
span { border-color: rgb(172,241,211); }
td.TdClassName
{
border-color: #ACF1D3;
}
.TagClassName
{
border-color: #ACF1D3;
}
</style>