Shades of Magic Mint #ACFDDC
Tints of Magic Mint #ACFDDC
RGB
CMYK
RGB Variations
Color information
#ACFDDC (or 0xACFDDC) is known color: Magic Mint. HEX triplet: AC, FD and DC. RGB value is (172,253,220). Sum of RGB (Red+Green+Blue) = 172+253+220=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDC is #530223. Grayscale: #E1E1E1. Windows color (decimal): -5440036 or 14482860. OLE color: 14482860.
HSL color Cylindrical-coordinate representation of color #ACFDDC: hue angle of 155.56º 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 #ACFDDC is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 220 | - |
CMYK | 0.32 | 0 | 0.13 | 0.01 |
HSL | 155.56º | 0.95% | 0.83% | - |
HSV(B) | 155.56º | 0.32% | 0.99% | - |
XYZ | 65.06 | 84.19 | 80.53 | - |
YUV | 225.02 | 125.16 | 90.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 220 | 0.32 | 0 | 0.13 | 0.01 | 155.56 | 0.95 | 0.83 |
Hex | AC | FD | DC | 20 | 0 | D | 1 | 9C | 5F | 53 |
Octal | 254 | 375 | 334 | 40 | 0 | 15 | 1 | 234 | 137 | 123 |
Binary | 10101100 | 11111101 | 11011100 | 100000 | 0 | 1101 | 1 | 10011100 | 1011111 | 1010011 |
Color Harmonies of #ACFDDC
Complementary color
Monochromatic Colors of #ACFDDC
Black with #ACFDDC
Text Example
Text Example
White with #ACFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDDC; }
p { color: rgb(172,253,220); }
H1.HeaderClassName
{
color: #ACFDDC;
}
.AnyTagClassName
{
color: #ACFDDC;
}
</style>
background-color css
<style>
a { background-color: #ACFDDC; }
a { background-color: rgb(172,253,220); }
div.DivClassName
{
background-color: #ACFDDC;
}
.BgClassName
{
background-color: #ACFDDC;
}
</style>
border-color css
<style>
span { border-color: #ACFDDC; }
span { border-color: rgb(172,253,220); }
td.TdClassName
{
border-color: #ACFDDC;
}
.TagClassName
{
border-color: #ACFDDC;
}
</style>