Shades of Magic Mint #ACFDC3
Tints of Magic Mint #ACFDC3
RGB
CMYK
RGB Variations
Color information
#ACFDC3 (or 0xACFDC3) is known color: Magic Mint. HEX triplet: AC, FD and C3. RGB value is (172,253,195). Sum of RGB (Red+Green+Blue) = 172+253+195=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC3 is #53023C. Grayscale: #DEDEDE. Windows color (decimal): -5440061 or 12844460. OLE color: 12844460.
HSL color Cylindrical-coordinate representation of color #ACFDC3: hue angle of 137.04º degrees, saturation: 0.95, 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 #ACFDC3 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 195 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.01 |
| HSL | 137.04º | 0.95% | 0.83% | - |
| HSV(B) | 137.04º | 0.32% | 0.99% | - |
| XYZ | 61.99 | 82.96 | 64.38 | - |
| YUV | 222.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 195 | 0.32 | 0 | 0.23 | 0.01 | 137.04 | 0.95 | 0.83 |
| Hex | AC | FD | C3 | 20 | 0 | 17 | 1 | 89 | 5F | 53 |
| Octal | 254 | 375 | 303 | 40 | 0 | 27 | 1 | 211 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11000011 | 100000 | 0 | 10111 | 1 | 10001001 | 1011111 | 1010011 |
Color Harmonies of #ACFDC3
Complementary color
Monochromatic Colors of #ACFDC3
Black with #ACFDC3
Text Example
Text Example
White with #ACFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDC3; }
p { color: rgb(172,253,195); }
H1.HeaderClassName
{
color: #ACFDC3;
}
.AnyTagClassName
{
color: #ACFDC3;
}
</style>
background-color css
<style>
a { background-color: #ACFDC3; }
a { background-color: rgb(172,253,195); }
div.DivClassName
{
background-color: #ACFDC3;
}
.BgClassName
{
background-color: #ACFDC3;
}
</style>
border-color css
<style>
span { border-color: #ACFDC3; }
span { border-color: rgb(172,253,195); }
td.TdClassName
{
border-color: #ACFDC3;
}
.TagClassName
{
border-color: #ACFDC3;
}
</style>