Shades of Magic Mint #ACF3CF
Tints of Magic Mint #ACF3CF
RGB
CMYK
RGB Variations
Color information
#ACF3CF (or 0xACF3CF) is known color: Magic Mint. HEX triplet: AC, F3 and CF. RGB value is (172,243,207). Sum of RGB (Red+Green+Blue) = 172+243+207=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3CF is #530C30. Grayscale: #D9D9D9. Windows color (decimal): -5442609 or 13628332. OLE color: 13628332.
HSL color Cylindrical-coordinate representation of color #ACF3CF: hue angle of 149.58º degrees, saturation: 0.75, 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 #ACF3CF is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 207 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 149.58º | 0.75% | 0.81% | - |
| HSV(B) | 149.58º | 0.29% | 0.95% | - |
| XYZ | 60.33 | 77.38 | 70.79 | - |
| YUV | 217.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 207 | 0.29 | 0 | 0.15 | 0.05 | 149.58 | 0.75 | 0.81 |
| Hex | AC | F3 | CF | 1D | 0 | F | 5 | 96 | 4B | 51 |
| Octal | 254 | 363 | 317 | 35 | 0 | 17 | 5 | 226 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11001111 | 11101 | 0 | 1111 | 101 | 10010110 | 1001011 | 1010001 |
Color Harmonies of #ACF3CF
Complementary color
Monochromatic Colors of #ACF3CF
Black with #ACF3CF
Text Example
Text Example
White with #ACF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3CF; }
p { color: rgb(172,243,207); }
H1.HeaderClassName
{
color: #ACF3CF;
}
.AnyTagClassName
{
color: #ACF3CF;
}
</style>
background-color css
<style>
a { background-color: #ACF3CF; }
a { background-color: rgb(172,243,207); }
div.DivClassName
{
background-color: #ACF3CF;
}
.BgClassName
{
background-color: #ACF3CF;
}
</style>
border-color css
<style>
span { border-color: #ACF3CF; }
span { border-color: rgb(172,243,207); }
td.TdClassName
{
border-color: #ACF3CF;
}
.TagClassName
{
border-color: #ACF3CF;
}
</style>