Shades of Magic Mint #ACFACF
Tints of Magic Mint #ACFACF
RGB
CMYK
RGB Variations
Color information
#ACFACF (or 0xACFACF) is known color: Magic Mint. HEX triplet: AC, FA and CF. RGB value is (172,250,207). Sum of RGB (Red+Green+Blue) = 172+250+207=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFACF is #530530. Grayscale: #DDDDDD. Windows color (decimal): -5440817 or 13630124. OLE color: 13630124.
HSL color Cylindrical-coordinate representation of color #ACFACF: hue angle of 146.92º degrees, saturation: 0.89, 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 #ACFACF is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 250 | 207 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.02 |
| HSL | 146.92º | 0.89% | 0.83% | - |
| HSV(B) | 146.92º | 0.31% | 0.98% | - |
| XYZ | 62.46 | 81.65 | 71.5 | - |
| YUV | 221.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 207 | 0.31 | 0 | 0.17 | 0.02 | 146.92 | 0.89 | 0.83 |
| Hex | AC | FA | CF | 1F | 0 | 11 | 2 | 93 | 59 | 53 |
| Octal | 254 | 372 | 317 | 37 | 0 | 21 | 2 | 223 | 131 | 123 |
| Binary | 10101100 | 11111010 | 11001111 | 11111 | 0 | 10001 | 10 | 10010011 | 1011001 | 1010011 |
Color Harmonies of #ACFACF
Complementary color
Monochromatic Colors of #ACFACF
Black with #ACFACF
Text Example
Text Example
White with #ACFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFACF; }
p { color: rgb(172,250,207); }
H1.HeaderClassName
{
color: #ACFACF;
}
.AnyTagClassName
{
color: #ACFACF;
}
</style>
background-color css
<style>
a { background-color: #ACFACF; }
a { background-color: rgb(172,250,207); }
div.DivClassName
{
background-color: #ACFACF;
}
.BgClassName
{
background-color: #ACFACF;
}
</style>
border-color css
<style>
span { border-color: #ACFACF; }
span { border-color: rgb(172,250,207); }
td.TdClassName
{
border-color: #ACFACF;
}
.TagClassName
{
border-color: #ACFACF;
}
</style>