Shades of Magic Mint #ACFCCC
Tints of Magic Mint #ACFCCC
RGB
CMYK
RGB Variations
Color information
#ACFCCC (or 0xACFCCC) is known color: Magic Mint. HEX triplet: AC, FC and CC. RGB value is (172,252,204). Sum of RGB (Red+Green+Blue) = 172+252+204=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCC is #530333. Grayscale: #DEDEDE. Windows color (decimal): -5440308 or 13434028. OLE color: 13434028.
HSL color Cylindrical-coordinate representation of color #ACFCCC: hue angle of 144º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCCC is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 204 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.01 |
| HSL | 144º | 0.93% | 0.83% | - |
| HSV(B) | 144º | 0.32% | 0.99% | - |
| XYZ | 62.72 | 82.75 | 69.79 | - |
| YUV | 222.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 204 | 0.32 | 0 | 0.19 | 0.01 | 144 | 0.93 | 0.83 |
| Hex | AC | FC | CC | 20 | 0 | 13 | 1 | 90 | 5D | 53 |
| Octal | 254 | 374 | 314 | 40 | 0 | 23 | 1 | 220 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11001100 | 100000 | 0 | 10011 | 1 | 10010000 | 1011101 | 1010011 |
Color Harmonies of #ACFCCC
Complementary color
Monochromatic Colors of #ACFCCC
Black with #ACFCCC
Text Example
Text Example
White with #ACFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCCC; }
p { color: rgb(172,252,204); }
H1.HeaderClassName
{
color: #ACFCCC;
}
.AnyTagClassName
{
color: #ACFCCC;
}
</style>
background-color css
<style>
a { background-color: #ACFCCC; }
a { background-color: rgb(172,252,204); }
div.DivClassName
{
background-color: #ACFCCC;
}
.BgClassName
{
background-color: #ACFCCC;
}
</style>
border-color css
<style>
span { border-color: #ACFCCC; }
span { border-color: rgb(172,252,204); }
td.TdClassName
{
border-color: #ACFCCC;
}
.TagClassName
{
border-color: #ACFCCC;
}
</style>