Shades of Magic Mint #ACFDDF
Tints of Magic Mint #ACFDDF
RGB
CMYK
RGB Variations
Color information
#ACFDDF (or 0xACFDDF) is known color: Magic Mint. HEX triplet: AC, FD and DF. RGB value is (172,253,223). Sum of RGB (Red+Green+Blue) = 172+253+223=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDF is #530220. Grayscale: #E1E1E1. Windows color (decimal): -5440033 or 14679468. OLE color: 14679468.
HSL color Cylindrical-coordinate representation of color #ACFDDF: hue angle of 157.78º 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 #ACFDDF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 223 | - |
CMYK | 0.32 | 0 | 0.12 | 0.01 |
HSL | 157.78º | 0.95% | 0.83% | - |
HSV(B) | 157.78º | 0.32% | 0.99% | - |
XYZ | 65.46 | 84.35 | 82.64 | - |
YUV | 225.36 | 126.66 | 89.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 223 | 0.32 | 0 | 0.12 | 0.01 | 157.78 | 0.95 | 0.83 |
Hex | AC | FD | DF | 20 | 0 | C | 1 | 9E | 5F | 53 |
Octal | 254 | 375 | 337 | 40 | 0 | 14 | 1 | 236 | 137 | 123 |
Binary | 10101100 | 11111101 | 11011111 | 100000 | 0 | 1100 | 1 | 10011110 | 1011111 | 1010011 |
Color Harmonies of #ACFDDF
Complementary color
Monochromatic Colors of #ACFDDF
Black with #ACFDDF
Text Example
Text Example
White with #ACFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDDF; }
p { color: rgb(172,253,223); }
H1.HeaderClassName
{
color: #ACFDDF;
}
.AnyTagClassName
{
color: #ACFDDF;
}
</style>
background-color css
<style>
a { background-color: #ACFDDF; }
a { background-color: rgb(172,253,223); }
div.DivClassName
{
background-color: #ACFDDF;
}
.BgClassName
{
background-color: #ACFDDF;
}
</style>
border-color css
<style>
span { border-color: #ACFDDF; }
span { border-color: rgb(172,253,223); }
td.TdClassName
{
border-color: #ACFDDF;
}
.TagClassName
{
border-color: #ACFDDF;
}
</style>