Shades of Magic Mint #ACFADD
Tints of Magic Mint #ACFADD
RGB
CMYK
RGB Variations
Color information
#ACFADD (or 0xACFADD) is known color: Magic Mint. HEX triplet: AC, FA and DD. RGB value is (172,250,221). Sum of RGB (Red+Green+Blue) = 172+250+221=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFADD is #530522. Grayscale: #DFDFDF. Windows color (decimal): -5440803 or 14547628. OLE color: 14547628.
HSL color Cylindrical-coordinate representation of color #ACFADD: hue angle of 157.69º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFADD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 250 | 221 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.02 |
| HSL | 157.69º | 0.89% | 0.83% | - |
| HSV(B) | 157.69º | 0.31% | 0.98% | - |
| XYZ | 64.25 | 82.36 | 80.92 | - |
| YUV | 223.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 221 | 0.31 | 0 | 0.12 | 0.02 | 157.69 | 0.89 | 0.83 |
| Hex | AC | FA | DD | 1F | 0 | C | 2 | 9E | 59 | 53 |
| Octal | 254 | 372 | 335 | 37 | 0 | 14 | 2 | 236 | 131 | 123 |
| Binary | 10101100 | 11111010 | 11011101 | 11111 | 0 | 1100 | 10 | 10011110 | 1011001 | 1010011 |
Color Harmonies of #ACFADD
Complementary color
Monochromatic Colors of #ACFADD
Black with #ACFADD
Text Example
Text Example
White with #ACFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFADD; }
p { color: rgb(172,250,221); }
H1.HeaderClassName
{
color: #ACFADD;
}
.AnyTagClassName
{
color: #ACFADD;
}
</style>
background-color css
<style>
a { background-color: #ACFADD; }
a { background-color: rgb(172,250,221); }
div.DivClassName
{
background-color: #ACFADD;
}
.BgClassName
{
background-color: #ACFADD;
}
</style>
border-color css
<style>
span { border-color: #ACFADD; }
span { border-color: rgb(172,250,221); }
td.TdClassName
{
border-color: #ACFADD;
}
.TagClassName
{
border-color: #ACFADD;
}
</style>