Shades of Magic Mint #ACF1CF
Tints of Magic Mint #ACF1CF
RGB
CMYK
RGB Variations
Color information
#ACF1CF (or 0xACF1CF) is known color: Magic Mint. HEX triplet: AC, F1 and CF. RGB value is (172,241,207). Sum of RGB (Red+Green+Blue) = 172+241+207=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1CF is #530E30. Grayscale: #D8D8D8. Windows color (decimal): -5443121 or 13627820. OLE color: 13627820.
HSL color Cylindrical-coordinate representation of color #ACF1CF: hue angle of 150.43º 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 #ACF1CF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 207 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 150.43º | 0.71% | 0.81% | - |
| HSV(B) | 150.43º | 0.29% | 0.95% | - |
| XYZ | 59.73 | 76.19 | 70.59 | - |
| YUV | 216.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 207 | 0.29 | 0 | 0.14 | 0.05 | 150.43 | 0.71 | 0.81 |
| Hex | AC | F1 | CF | 1D | 0 | E | 5 | 96 | 47 | 51 |
| Octal | 254 | 361 | 317 | 35 | 0 | 16 | 5 | 226 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11001111 | 11101 | 0 | 1110 | 101 | 10010110 | 1000111 | 1010001 |
Color Harmonies of #ACF1CF
Complementary color
Monochromatic Colors of #ACF1CF
Black with #ACF1CF
Text Example
Text Example
White with #ACF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1CF; }
p { color: rgb(172,241,207); }
H1.HeaderClassName
{
color: #ACF1CF;
}
.AnyTagClassName
{
color: #ACF1CF;
}
</style>
background-color css
<style>
a { background-color: #ACF1CF; }
a { background-color: rgb(172,241,207); }
div.DivClassName
{
background-color: #ACF1CF;
}
.BgClassName
{
background-color: #ACF1CF;
}
</style>
border-color css
<style>
span { border-color: #ACF1CF; }
span { border-color: rgb(172,241,207); }
td.TdClassName
{
border-color: #ACF1CF;
}
.TagClassName
{
border-color: #ACF1CF;
}
</style>