Shades of Magic Mint #ACFFC4
Tints of Magic Mint #ACFFC4
RGB
CMYK
RGB Variations
Color information
#ACFFC4 (or 0xACFFC4) is known color: Magic Mint. HEX triplet: AC, FF and C4. RGB value is (172,255,196). Sum of RGB (Red+Green+Blue) = 172+255+196=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC4 is #53003B. Grayscale: #DFDFDF. Windows color (decimal): -5439548 or 12910508. OLE color: 12910508.
HSL color Cylindrical-coordinate representation of color #ACFFC4: hue angle of 137.35º 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 #ACFFC4 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 196 | - |
CMYK | 0.33 | 0 | 0.23 | 0 |
HSL | 137.35º | 1% | 0.84% | - |
HSV(B) | 137.35º | 0.33% | 1% | - |
XYZ | 62.74 | 84.28 | 65.18 | - |
YUV | 223.46 | 112.5 | 91.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 196 | 0.33 | 0 | 0.23 | 0 | 137.35 | 1 | 0.84 |
Hex | AC | FF | C4 | 21 | 0 | 17 | 0 | 89 | 64 | 54 |
Octal | 254 | 377 | 304 | 41 | 0 | 27 | 0 | 211 | 144 | 124 |
Binary | 10101100 | 11111111 | 11000100 | 100001 | 0 | 10111 | 0 | 10001001 | 1100100 | 1010100 |
Color Harmonies of #ACFFC4
Complementary color
Monochromatic Colors of #ACFFC4
Black with #ACFFC4
Text Example
Text Example
White with #ACFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFC4; }
p { color: rgb(172,255,196); }
H1.HeaderClassName
{
color: #ACFFC4;
}
.AnyTagClassName
{
color: #ACFFC4;
}
</style>
background-color css
<style>
a { background-color: #ACFFC4; }
a { background-color: rgb(172,255,196); }
div.DivClassName
{
background-color: #ACFFC4;
}
.BgClassName
{
background-color: #ACFFC4;
}
</style>
border-color css
<style>
span { border-color: #ACFFC4; }
span { border-color: rgb(172,255,196); }
td.TdClassName
{
border-color: #ACFFC4;
}
.TagClassName
{
border-color: #ACFFC4;
}
</style>