Shades of Magic Mint #ACF3D1
Tints of Magic Mint #ACF3D1
RGB
CMYK
RGB Variations
Color information
#ACF3D1 (or 0xACF3D1) is known color: Magic Mint. HEX triplet: AC, F3 and D1. RGB value is (172,243,209). Sum of RGB (Red+Green+Blue) = 172+243+209=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3D1 is #530C2E. Grayscale: #D9D9D9. Windows color (decimal): -5442607 or 13759404. OLE color: 13759404.
HSL color Cylindrical-coordinate representation of color #ACF3D1: hue angle of 151.27º 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 #ACF3D1 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 209 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 151.27º | 0.75% | 0.81% | - |
| HSV(B) | 151.27º | 0.29% | 0.95% | - |
| XYZ | 60.57 | 77.48 | 72.08 | - |
| YUV | 217.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 209 | 0.29 | 0 | 0.14 | 0.05 | 151.27 | 0.75 | 0.81 |
| Hex | AC | F3 | D1 | 1D | 0 | E | 5 | 97 | 4B | 51 |
| Octal | 254 | 363 | 321 | 35 | 0 | 16 | 5 | 227 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11010001 | 11101 | 0 | 1110 | 101 | 10010111 | 1001011 | 1010001 |
Color Harmonies of #ACF3D1
Complementary color
Monochromatic Colors of #ACF3D1
Black with #ACF3D1
Text Example
Text Example
White with #ACF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3D1; }
p { color: rgb(172,243,209); }
H1.HeaderClassName
{
color: #ACF3D1;
}
.AnyTagClassName
{
color: #ACF3D1;
}
</style>
background-color css
<style>
a { background-color: #ACF3D1; }
a { background-color: rgb(172,243,209); }
div.DivClassName
{
background-color: #ACF3D1;
}
.BgClassName
{
background-color: #ACF3D1;
}
</style>
border-color css
<style>
span { border-color: #ACF3D1; }
span { border-color: rgb(172,243,209); }
td.TdClassName
{
border-color: #ACF3D1;
}
.TagClassName
{
border-color: #ACF3D1;
}
</style>