Shades of Magic Mint #ACF5D1
Tints of Magic Mint #ACF5D1
RGB
CMYK
RGB Variations
Color information
#ACF5D1 (or 0xACF5D1) is known color: Magic Mint. HEX triplet: AC, F5 and D1. RGB value is (172,245,209). Sum of RGB (Red+Green+Blue) = 172+245+209=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5D1 is #530A2E. Grayscale: #DBDBDB. Windows color (decimal): -5442095 or 13759916. OLE color: 13759916.
HSL color Cylindrical-coordinate representation of color #ACF5D1: hue angle of 150.41º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5D1 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 209 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.04 |
| HSL | 150.41º | 0.78% | 0.82% | - |
| HSV(B) | 150.41º | 0.3% | 0.96% | - |
| XYZ | 61.17 | 78.68 | 72.28 | - |
| YUV | 219.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 209 | 0.30 | 0 | 0.15 | 0.04 | 150.41 | 0.78 | 0.82 |
| Hex | AC | F5 | D1 | 1E | 0 | F | 4 | 96 | 4E | 52 |
| Octal | 254 | 365 | 321 | 36 | 0 | 17 | 4 | 226 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11010001 | 11110 | 0 | 1111 | 100 | 10010110 | 1001110 | 1010010 |
Color Harmonies of #ACF5D1
Complementary color
Monochromatic Colors of #ACF5D1
Black with #ACF5D1
Text Example
Text Example
White with #ACF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5D1; }
p { color: rgb(172,245,209); }
H1.HeaderClassName
{
color: #ACF5D1;
}
.AnyTagClassName
{
color: #ACF5D1;
}
</style>
background-color css
<style>
a { background-color: #ACF5D1; }
a { background-color: rgb(172,245,209); }
div.DivClassName
{
background-color: #ACF5D1;
}
.BgClassName
{
background-color: #ACF5D1;
}
</style>
border-color css
<style>
span { border-color: #ACF5D1; }
span { border-color: rgb(172,245,209); }
td.TdClassName
{
border-color: #ACF5D1;
}
.TagClassName
{
border-color: #ACF5D1;
}
</style>