Shades of Magic Mint #ACF8CD
Tints of Magic Mint #ACF8CD
RGB
CMYK
RGB Variations
Color information
#ACF8CD (or 0xACF8CD) is known color: Magic Mint. HEX triplet: AC, F8 and CD. RGB value is (172,248,205). Sum of RGB (Red+Green+Blue) = 172+248+205=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8CD is #530732. Grayscale: #DCDCDC. Windows color (decimal): -5441331 or 13498540. OLE color: 13498540.
HSL color Cylindrical-coordinate representation of color #ACF8CD: hue angle of 146.05º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8CD is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 205 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.03 |
| HSL | 146.05º | 0.84% | 0.82% | - |
| HSV(B) | 146.05º | 0.31% | 0.97% | - |
| XYZ | 61.6 | 80.31 | 70.01 | - |
| YUV | 220.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 205 | 0.31 | 0 | 0.17 | 0.03 | 146.05 | 0.84 | 0.82 |
| Hex | AC | F8 | CD | 1F | 0 | 11 | 3 | 92 | 54 | 52 |
| Octal | 254 | 370 | 315 | 37 | 0 | 21 | 3 | 222 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11001101 | 11111 | 0 | 10001 | 11 | 10010010 | 1010100 | 1010010 |
Color Harmonies of #ACF8CD
Complementary color
Monochromatic Colors of #ACF8CD
Black with #ACF8CD
Text Example
Text Example
White with #ACF8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8CD; }
p { color: rgb(172,248,205); }
H1.HeaderClassName
{
color: #ACF8CD;
}
.AnyTagClassName
{
color: #ACF8CD;
}
</style>
background-color css
<style>
a { background-color: #ACF8CD; }
a { background-color: rgb(172,248,205); }
div.DivClassName
{
background-color: #ACF8CD;
}
.BgClassName
{
background-color: #ACF8CD;
}
</style>
border-color css
<style>
span { border-color: #ACF8CD; }
span { border-color: rgb(172,248,205); }
td.TdClassName
{
border-color: #ACF8CD;
}
.TagClassName
{
border-color: #ACF8CD;
}
</style>