Shades of Magic Mint #ACFDD3
Tints of Magic Mint #ACFDD3
RGB
CMYK
RGB Variations
Color information
#ACFDD3 (or 0xACFDD3) is known color: Magic Mint. HEX triplet: AC, FD and D3. RGB value is (172,253,211). Sum of RGB (Red+Green+Blue) = 172+253+211=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD3 is #53022C. Grayscale: #E0E0E0. Windows color (decimal): -5440045 or 13893036. OLE color: 13893036.
HSL color Cylindrical-coordinate representation of color #ACFDD3: hue angle of 148.89º 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 #ACFDD3 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 211 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 148.89º | 0.95% | 0.83% | - |
| HSV(B) | 148.89º | 0.32% | 0.99% | - |
| XYZ | 63.9 | 83.72 | 74.42 | - |
| YUV | 223.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 211 | 0.32 | 0 | 0.17 | 0.01 | 148.89 | 0.95 | 0.83 |
| Hex | AC | FD | D3 | 20 | 0 | 11 | 1 | 95 | 5F | 53 |
| Octal | 254 | 375 | 323 | 40 | 0 | 21 | 1 | 225 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11010011 | 100000 | 0 | 10001 | 1 | 10010101 | 1011111 | 1010011 |
Color Harmonies of #ACFDD3
Complementary color
Monochromatic Colors of #ACFDD3
Black with #ACFDD3
Text Example
Text Example
White with #ACFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDD3; }
p { color: rgb(172,253,211); }
H1.HeaderClassName
{
color: #ACFDD3;
}
.AnyTagClassName
{
color: #ACFDD3;
}
</style>
background-color css
<style>
a { background-color: #ACFDD3; }
a { background-color: rgb(172,253,211); }
div.DivClassName
{
background-color: #ACFDD3;
}
.BgClassName
{
background-color: #ACFDD3;
}
</style>
border-color css
<style>
span { border-color: #ACFDD3; }
span { border-color: rgb(172,253,211); }
td.TdClassName
{
border-color: #ACFDD3;
}
.TagClassName
{
border-color: #ACFDD3;
}
</style>