Shades of Magic Mint #ACFBC8
Tints of Magic Mint #ACFBC8
RGB
CMYK
RGB Variations
Color information
#ACFBC8 (or 0xACFBC8) is known color: Magic Mint. HEX triplet: AC, FB and C8. RGB value is (172,251,200). Sum of RGB (Red+Green+Blue) = 172+251+200=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBC8 is #530437. Grayscale: #DDDDDD. Windows color (decimal): -5440568 or 13171628. OLE color: 13171628.
HSL color Cylindrical-coordinate representation of color #ACFBC8: hue angle of 141.27º 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 #ACFBC8 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 200 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.02 |
| HSL | 141.27º | 0.91% | 0.83% | - |
| HSV(B) | 141.27º | 0.31% | 0.98% | - |
| XYZ | 61.94 | 81.94 | 67.19 | - |
| YUV | 221.57 | 115.83 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 200 | 0.31 | 0 | 0.20 | 0.02 | 141.27 | 0.91 | 0.83 |
| Hex | AC | FB | C8 | 1F | 0 | 14 | 2 | 8D | 5B | 53 |
| Octal | 254 | 373 | 310 | 37 | 0 | 24 | 2 | 215 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11001000 | 11111 | 0 | 10100 | 10 | 10001101 | 1011011 | 1010011 |
Color Harmonies of #ACFBC8
Complementary color
Monochromatic Colors of #ACFBC8
Black with #ACFBC8
Text Example
Text Example
White with #ACFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBC8; }
p { color: rgb(172,251,200); }
H1.HeaderClassName
{
color: #ACFBC8;
}
.AnyTagClassName
{
color: #ACFBC8;
}
</style>
background-color css
<style>
a { background-color: #ACFBC8; }
a { background-color: rgb(172,251,200); }
div.DivClassName
{
background-color: #ACFBC8;
}
.BgClassName
{
background-color: #ACFBC8;
}
</style>
border-color css
<style>
span { border-color: #ACFBC8; }
span { border-color: rgb(172,251,200); }
td.TdClassName
{
border-color: #ACFBC8;
}
.TagClassName
{
border-color: #ACFBC8;
}
</style>