Shades of Magic Mint #ACF2CE
Tints of Magic Mint #ACF2CE
RGB
CMYK
RGB Variations
Color information
#ACF2CE (or 0xACF2CE) is known color: Magic Mint. HEX triplet: AC, F2 and CE. RGB value is (172,242,206). Sum of RGB (Red+Green+Blue) = 172+242+206=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2CE is #530D31. Grayscale: #D9D9D9. Windows color (decimal): -5442866 or 13562540. OLE color: 13562540.
HSL color Cylindrical-coordinate representation of color #ACF2CE: hue angle of 149.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2CE is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 206 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 149.14º | 0.73% | 0.81% | - |
| HSV(B) | 149.14º | 0.29% | 0.95% | - |
| XYZ | 59.91 | 76.73 | 70.05 | - |
| YUV | 216.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 206 | 0.29 | 0 | 0.15 | 0.05 | 149.14 | 0.73 | 0.81 |
| Hex | AC | F2 | CE | 1D | 0 | F | 5 | 95 | 49 | 51 |
| Octal | 254 | 362 | 316 | 35 | 0 | 17 | 5 | 225 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11001110 | 11101 | 0 | 1111 | 101 | 10010101 | 1001001 | 1010001 |
Color Harmonies of #ACF2CE
Complementary color
Monochromatic Colors of #ACF2CE
Black with #ACF2CE
Text Example
Text Example
White with #ACF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2CE; }
p { color: rgb(172,242,206); }
H1.HeaderClassName
{
color: #ACF2CE;
}
.AnyTagClassName
{
color: #ACF2CE;
}
</style>
background-color css
<style>
a { background-color: #ACF2CE; }
a { background-color: rgb(172,242,206); }
div.DivClassName
{
background-color: #ACF2CE;
}
.BgClassName
{
background-color: #ACF2CE;
}
</style>
border-color css
<style>
span { border-color: #ACF2CE; }
span { border-color: rgb(172,242,206); }
td.TdClassName
{
border-color: #ACF2CE;
}
.TagClassName
{
border-color: #ACF2CE;
}
</style>