Shades of Magic Mint #ACFFC3
Tints of Magic Mint #ACFFC3
RGB
CMYK
RGB Variations
Color information
#ACFFC3 (or 0xACFFC3) is known color: Magic Mint. HEX triplet: AC, FF and C3. RGB value is (172,255,195). Sum of RGB (Red+Green+Blue) = 172+255+195=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC3 is #53003C. Grayscale: #DFDFDF. Windows color (decimal): -5439549 or 12844972. OLE color: 12844972.
HSL color Cylindrical-coordinate representation of color #ACFFC3: hue angle of 136.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFC3 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 195 | - |
CMYK | 0.33 | 0 | 0.24 | 0 |
HSL | 136.63º | 1% | 0.84% | - |
HSV(B) | 136.63º | 0.33% | 1% | - |
XYZ | 62.62 | 84.23 | 64.59 | - |
YUV | 223.34 | 112 | 91.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 195 | 0.33 | 0 | 0.24 | 0 | 136.63 | 1 | 0.84 |
Hex | AC | FF | C3 | 21 | 0 | 18 | 0 | 89 | 64 | 54 |
Octal | 254 | 377 | 303 | 41 | 0 | 30 | 0 | 211 | 144 | 124 |
Binary | 10101100 | 11111111 | 11000011 | 100001 | 0 | 11000 | 0 | 10001001 | 1100100 | 1010100 |
Color Harmonies of #ACFFC3
Complementary color
Monochromatic Colors of #ACFFC3
Black with #ACFFC3
Text Example
Text Example
White with #ACFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFC3; }
p { color: rgb(172,255,195); }
H1.HeaderClassName
{
color: #ACFFC3;
}
.AnyTagClassName
{
color: #ACFFC3;
}
</style>
background-color css
<style>
a { background-color: #ACFFC3; }
a { background-color: rgb(172,255,195); }
div.DivClassName
{
background-color: #ACFFC3;
}
.BgClassName
{
background-color: #ACFFC3;
}
</style>
border-color css
<style>
span { border-color: #ACFFC3; }
span { border-color: rgb(172,255,195); }
td.TdClassName
{
border-color: #ACFFC3;
}
.TagClassName
{
border-color: #ACFFC3;
}
</style>