Shades of Magic Mint #ACFBCC
Tints of Magic Mint #ACFBCC
RGB
CMYK
RGB Variations
Color information
#ACFBCC (or 0xACFBCC) is known color: Magic Mint. HEX triplet: AC, FB and CC. RGB value is (172,251,204). Sum of RGB (Red+Green+Blue) = 172+251+204=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBCC is #530433. Grayscale: #DEDEDE. Windows color (decimal): -5440564 or 13433772. OLE color: 13433772.
HSL color Cylindrical-coordinate representation of color #ACFBCC: hue angle of 144.3º 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 #ACFBCC is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 204 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.02 |
| HSL | 144.3º | 0.91% | 0.83% | - |
| HSV(B) | 144.3º | 0.31% | 0.98% | - |
| XYZ | 62.41 | 82.12 | 69.69 | - |
| YUV | 222.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 204 | 0.31 | 0 | 0.19 | 0.02 | 144.3 | 0.91 | 0.83 |
| Hex | AC | FB | CC | 1F | 0 | 13 | 2 | 90 | 5B | 53 |
| Octal | 254 | 373 | 314 | 37 | 0 | 23 | 2 | 220 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11001100 | 11111 | 0 | 10011 | 10 | 10010000 | 1011011 | 1010011 |
Color Harmonies of #ACFBCC
Complementary color
Monochromatic Colors of #ACFBCC
Black with #ACFBCC
Text Example
Text Example
White with #ACFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBCC; }
p { color: rgb(172,251,204); }
H1.HeaderClassName
{
color: #ACFBCC;
}
.AnyTagClassName
{
color: #ACFBCC;
}
</style>
background-color css
<style>
a { background-color: #ACFBCC; }
a { background-color: rgb(172,251,204); }
div.DivClassName
{
background-color: #ACFBCC;
}
.BgClassName
{
background-color: #ACFBCC;
}
</style>
border-color css
<style>
span { border-color: #ACFBCC; }
span { border-color: rgb(172,251,204); }
td.TdClassName
{
border-color: #ACFBCC;
}
.TagClassName
{
border-color: #ACFBCC;
}
</style>