Shades of Magic Mint #ACFACC
Tints of Magic Mint #ACFACC
RGB
CMYK
RGB Variations
Color information
#ACFACC (or 0xACFACC) is known color: Magic Mint. HEX triplet: AC, FA and CC. RGB value is (172,250,204). Sum of RGB (Red+Green+Blue) = 172+250+204=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFACC is #530533. Grayscale: #DDDDDD. Windows color (decimal): -5440820 or 13433516. OLE color: 13433516.
HSL color Cylindrical-coordinate representation of color #ACFACC: hue angle of 144.62º 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 #ACFACC is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 250 | 204 | - |
CMYK | 0.31 | 0 | 0.18 | 0.02 |
HSL | 144.62º | 0.89% | 0.83% | - |
HSV(B) | 144.62º | 0.31% | 0.98% | - |
XYZ | 62.1 | 81.5 | 69.59 | - |
YUV | 221.43 | 118.16 | 92.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 250 | 204 | 0.31 | 0 | 0.18 | 0.02 | 144.62 | 0.89 | 0.83 |
Hex | AC | FA | CC | 1F | 0 | 12 | 2 | 91 | 59 | 53 |
Octal | 254 | 372 | 314 | 37 | 0 | 22 | 2 | 221 | 131 | 123 |
Binary | 10101100 | 11111010 | 11001100 | 11111 | 0 | 10010 | 10 | 10010001 | 1011001 | 1010011 |
Color Harmonies of #ACFACC
Complementary color
Monochromatic Colors of #ACFACC
Black with #ACFACC
Text Example
Text Example
White with #ACFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFACC; }
p { color: rgb(172,250,204); }
H1.HeaderClassName
{
color: #ACFACC;
}
.AnyTagClassName
{
color: #ACFACC;
}
</style>
background-color css
<style>
a { background-color: #ACFACC; }
a { background-color: rgb(172,250,204); }
div.DivClassName
{
background-color: #ACFACC;
}
.BgClassName
{
background-color: #ACFACC;
}
</style>
border-color css
<style>
span { border-color: #ACFACC; }
span { border-color: rgb(172,250,204); }
td.TdClassName
{
border-color: #ACFACC;
}
.TagClassName
{
border-color: #ACFACC;
}
</style>