Shades of Magic Mint #ACF8DD
Tints of Magic Mint #ACF8DD
RGB
CMYK
RGB Variations
Color information
#ACF8DD (or 0xACF8DD) is known color: Magic Mint. HEX triplet: AC, F8 and DD. RGB value is (172,248,221). Sum of RGB (Red+Green+Blue) = 172+248+221=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8DD is #530722. Grayscale: #DEDEDE. Windows color (decimal): -5441315 or 14547116. OLE color: 14547116.
HSL color Cylindrical-coordinate representation of color #ACF8DD: hue angle of 158.68º 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 #ACF8DD is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 221 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.03 |
| HSL | 158.68º | 0.84% | 0.82% | - |
| HSV(B) | 158.68º | 0.31% | 0.97% | - |
| XYZ | 63.63 | 81.13 | 80.71 | - |
| YUV | 222.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 221 | 0.31 | 0 | 0.11 | 0.03 | 158.68 | 0.84 | 0.82 |
| Hex | AC | F8 | DD | 1F | 0 | B | 3 | 9F | 54 | 52 |
| Octal | 254 | 370 | 335 | 37 | 0 | 13 | 3 | 237 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11011101 | 11111 | 0 | 1011 | 11 | 10011111 | 1010100 | 1010010 |
Color Harmonies of #ACF8DD
Complementary color
Monochromatic Colors of #ACF8DD
Black with #ACF8DD
Text Example
Text Example
White with #ACF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8DD; }
p { color: rgb(172,248,221); }
H1.HeaderClassName
{
color: #ACF8DD;
}
.AnyTagClassName
{
color: #ACF8DD;
}
</style>
background-color css
<style>
a { background-color: #ACF8DD; }
a { background-color: rgb(172,248,221); }
div.DivClassName
{
background-color: #ACF8DD;
}
.BgClassName
{
background-color: #ACF8DD;
}
</style>
border-color css
<style>
span { border-color: #ACF8DD; }
span { border-color: rgb(172,248,221); }
td.TdClassName
{
border-color: #ACF8DD;
}
.TagClassName
{
border-color: #ACF8DD;
}
</style>