Shades of Magic Mint #ACFDD4
Tints of Magic Mint #ACFDD4
RGB
CMYK
RGB Variations
Color information
#ACFDD4 (or 0xACFDD4) is known color: Magic Mint. HEX triplet: AC, FD and D4. RGB value is (172,253,212). Sum of RGB (Red+Green+Blue) = 172+253+212=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD4 is #53022B. Grayscale: #E0E0E0. Windows color (decimal): -5440044 or 13958572. OLE color: 13958572.
HSL color Cylindrical-coordinate representation of color #ACFDD4: hue angle of 149.63º 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 #ACFDD4 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 212 | - |
CMYK | 0.32 | 0 | 0.16 | 0.01 |
HSL | 149.63º | 0.95% | 0.83% | - |
HSV(B) | 149.63º | 0.32% | 0.99% | - |
XYZ | 64.02 | 83.77 | 75.08 | - |
YUV | 224.11 | 121.16 | 90.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 212 | 0.32 | 0 | 0.16 | 0.01 | 149.63 | 0.95 | 0.83 |
Hex | AC | FD | D4 | 20 | 0 | 10 | 1 | 96 | 5F | 53 |
Octal | 254 | 375 | 324 | 40 | 0 | 20 | 1 | 226 | 137 | 123 |
Binary | 10101100 | 11111101 | 11010100 | 100000 | 0 | 10000 | 1 | 10010110 | 1011111 | 1010011 |
Color Harmonies of #ACFDD4
Complementary color
Monochromatic Colors of #ACFDD4
Black with #ACFDD4
Text Example
Text Example
White with #ACFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDD4; }
p { color: rgb(172,253,212); }
H1.HeaderClassName
{
color: #ACFDD4;
}
.AnyTagClassName
{
color: #ACFDD4;
}
</style>
background-color css
<style>
a { background-color: #ACFDD4; }
a { background-color: rgb(172,253,212); }
div.DivClassName
{
background-color: #ACFDD4;
}
.BgClassName
{
background-color: #ACFDD4;
}
</style>
border-color css
<style>
span { border-color: #ACFDD4; }
span { border-color: rgb(172,253,212); }
td.TdClassName
{
border-color: #ACFDD4;
}
.TagClassName
{
border-color: #ACFDD4;
}
</style>