Shades of Magic Mint #ACFBDC
Tints of Magic Mint #ACFBDC
RGB
CMYK
RGB Variations
Color information
#ACFBDC (or 0xACFBDC) is known color: Magic Mint. HEX triplet: AC, FB and DC. RGB value is (172,251,220). Sum of RGB (Red+Green+Blue) = 172+251+220=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBDC is #530423. Grayscale: #DFDFDF. Windows color (decimal): -5440548 or 14482348. OLE color: 14482348.
HSL color Cylindrical-coordinate representation of color #ACFBDC: hue angle of 156.46º degrees, saturation: 0.91, 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 #ACFBDC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 220 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.02 |
| HSL | 156.46º | 0.91% | 0.83% | - |
| HSV(B) | 156.46º | 0.31% | 0.98% | - |
| XYZ | 64.43 | 82.93 | 80.32 | - |
| YUV | 223.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 220 | 0.31 | 0 | 0.12 | 0.02 | 156.46 | 0.91 | 0.83 |
| Hex | AC | FB | DC | 1F | 0 | C | 2 | 9C | 5B | 53 |
| Octal | 254 | 373 | 334 | 37 | 0 | 14 | 2 | 234 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11011100 | 11111 | 0 | 1100 | 10 | 10011100 | 1011011 | 1010011 |
Color Harmonies of #ACFBDC
Complementary color
Monochromatic Colors of #ACFBDC
Black with #ACFBDC
Text Example
Text Example
White with #ACFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBDC; }
p { color: rgb(172,251,220); }
H1.HeaderClassName
{
color: #ACFBDC;
}
.AnyTagClassName
{
color: #ACFBDC;
}
</style>
background-color css
<style>
a { background-color: #ACFBDC; }
a { background-color: rgb(172,251,220); }
div.DivClassName
{
background-color: #ACFBDC;
}
.BgClassName
{
background-color: #ACFBDC;
}
</style>
border-color css
<style>
span { border-color: #ACFBDC; }
span { border-color: rgb(172,251,220); }
td.TdClassName
{
border-color: #ACFBDC;
}
.TagClassName
{
border-color: #ACFBDC;
}
</style>