Shades of Magic Mint #ACFBC5
Tints of Magic Mint #ACFBC5
RGB
CMYK
RGB Variations
Color information
#ACFBC5 (or 0xACFBC5) is known color: Magic Mint. HEX triplet: AC, FB and C5. RGB value is (172,251,197). Sum of RGB (Red+Green+Blue) = 172+251+197=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBC5 is #53043A. Grayscale: #DDDDDD. Windows color (decimal): -5440571 or 12975020. OLE color: 12975020.
HSL color Cylindrical-coordinate representation of color #ACFBC5: hue angle of 138.99º 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 #ACFBC5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 251 | 197 | - |
CMYK | 0.31 | 0 | 0.22 | 0.02 |
HSL | 138.99º | 0.91% | 0.83% | - |
HSV(B) | 138.99º | 0.31% | 0.98% | - |
XYZ | 61.59 | 81.8 | 65.37 | - |
YUV | 221.22 | 114.33 | 92.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 251 | 197 | 0.31 | 0 | 0.22 | 0.02 | 138.99 | 0.91 | 0.83 |
Hex | AC | FB | C5 | 1F | 0 | 16 | 2 | 8B | 5B | 53 |
Octal | 254 | 373 | 305 | 37 | 0 | 26 | 2 | 213 | 133 | 123 |
Binary | 10101100 | 11111011 | 11000101 | 11111 | 0 | 10110 | 10 | 10001011 | 1011011 | 1010011 |
Color Harmonies of #ACFBC5
Complementary color
Monochromatic Colors of #ACFBC5
Black with #ACFBC5
Text Example
Text Example
White with #ACFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBC5; }
p { color: rgb(172,251,197); }
H1.HeaderClassName
{
color: #ACFBC5;
}
.AnyTagClassName
{
color: #ACFBC5;
}
</style>
background-color css
<style>
a { background-color: #ACFBC5; }
a { background-color: rgb(172,251,197); }
div.DivClassName
{
background-color: #ACFBC5;
}
.BgClassName
{
background-color: #ACFBC5;
}
</style>
border-color css
<style>
span { border-color: #ACFBC5; }
span { border-color: rgb(172,251,197); }
td.TdClassName
{
border-color: #ACFBC5;
}
.TagClassName
{
border-color: #ACFBC5;
}
</style>