Shades of Magic Mint #ACF3C8
Tints of Magic Mint #ACF3C8
RGB
CMYK
RGB Variations
Color information
#ACF3C8 (or 0xACF3C8) is known color: Magic Mint. HEX triplet: AC, F3 and C8. RGB value is (172,243,200). Sum of RGB (Red+Green+Blue) = 172+243+200=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3C8 is #530C37. Grayscale: #D8D8D8. Windows color (decimal): -5442616 or 13169580. OLE color: 13169580.
HSL color Cylindrical-coordinate representation of color #ACF3C8: hue angle of 143.66º 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 #ACF3C8 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 200 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.05 |
| HSL | 143.66º | 0.75% | 0.81% | - |
| HSV(B) | 143.66º | 0.29% | 0.95% | - |
| XYZ | 59.49 | 77.04 | 66.38 | - |
| YUV | 216.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 200 | 0.29 | 0 | 0.18 | 0.05 | 143.66 | 0.75 | 0.81 |
| Hex | AC | F3 | C8 | 1D | 0 | 12 | 5 | 90 | 4B | 51 |
| Octal | 254 | 363 | 310 | 35 | 0 | 22 | 5 | 220 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11001000 | 11101 | 0 | 10010 | 101 | 10010000 | 1001011 | 1010001 |
Color Harmonies of #ACF3C8
Complementary color
Monochromatic Colors of #ACF3C8
Black with #ACF3C8
Text Example
Text Example
White with #ACF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3C8; }
p { color: rgb(172,243,200); }
H1.HeaderClassName
{
color: #ACF3C8;
}
.AnyTagClassName
{
color: #ACF3C8;
}
</style>
background-color css
<style>
a { background-color: #ACF3C8; }
a { background-color: rgb(172,243,200); }
div.DivClassName
{
background-color: #ACF3C8;
}
.BgClassName
{
background-color: #ACF3C8;
}
</style>
border-color css
<style>
span { border-color: #ACF3C8; }
span { border-color: rgb(172,243,200); }
td.TdClassName
{
border-color: #ACF3C8;
}
.TagClassName
{
border-color: #ACF3C8;
}
</style>