Shades of Magic Mint #ACF8CC
Tints of Magic Mint #ACF8CC
RGB
CMYK
RGB Variations
Color information
#ACF8CC (or 0xACF8CC) is known color: Magic Mint. HEX triplet: AC, F8 and CC. RGB value is (172,248,204). Sum of RGB (Red+Green+Blue) = 172+248+204=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8CC is #530733. Grayscale: #DCDCDC. Windows color (decimal): -5441332 or 13433004. OLE color: 13433004.
HSL color Cylindrical-coordinate representation of color #ACF8CC: hue angle of 145.26º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8CC is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 204 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.03 |
| HSL | 145.26º | 0.84% | 0.82% | - |
| HSV(B) | 145.26º | 0.31% | 0.97% | - |
| XYZ | 61.48 | 80.27 | 69.38 | - |
| YUV | 220.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 204 | 0.31 | 0 | 0.18 | 0.03 | 145.26 | 0.84 | 0.82 |
| Hex | AC | F8 | CC | 1F | 0 | 12 | 3 | 91 | 54 | 52 |
| Octal | 254 | 370 | 314 | 37 | 0 | 22 | 3 | 221 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11001100 | 11111 | 0 | 10010 | 11 | 10010001 | 1010100 | 1010010 |
Color Harmonies of #ACF8CC
Complementary color
Monochromatic Colors of #ACF8CC
Black with #ACF8CC
Text Example
Text Example
White with #ACF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8CC; }
p { color: rgb(172,248,204); }
H1.HeaderClassName
{
color: #ACF8CC;
}
.AnyTagClassName
{
color: #ACF8CC;
}
</style>
background-color css
<style>
a { background-color: #ACF8CC; }
a { background-color: rgb(172,248,204); }
div.DivClassName
{
background-color: #ACF8CC;
}
.BgClassName
{
background-color: #ACF8CC;
}
</style>
border-color css
<style>
span { border-color: #ACF8CC; }
span { border-color: rgb(172,248,204); }
td.TdClassName
{
border-color: #ACF8CC;
}
.TagClassName
{
border-color: #ACF8CC;
}
</style>