Shades of Magic Mint #ACF4CA
Tints of Magic Mint #ACF4CA
RGB
CMYK
RGB Variations
Color information
#ACF4CA (or 0xACF4CA) is known color: Magic Mint. HEX triplet: AC, F4 and CA. RGB value is (172,244,202). Sum of RGB (Red+Green+Blue) = 172+244+202=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4CA is #530B35. Grayscale: #D9D9D9. Windows color (decimal): -5442358 or 13300908. OLE color: 13300908.
HSL color Cylindrical-coordinate representation of color #ACF4CA: hue angle of 145º degrees, saturation: 0.77, 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 #ACF4CA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 202 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.04 |
| HSL | 145º | 0.77% | 0.82% | - |
| HSV(B) | 145º | 0.3% | 0.96% | - |
| XYZ | 60.02 | 77.74 | 67.72 | - |
| YUV | 217.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 202 | 0.30 | 0 | 0.17 | 0.04 | 145 | 0.77 | 0.82 |
| Hex | AC | F4 | CA | 1E | 0 | 11 | 4 | 91 | 4D | 52 |
| Octal | 254 | 364 | 312 | 36 | 0 | 21 | 4 | 221 | 115 | 122 |
| Binary | 10101100 | 11110100 | 11001010 | 11110 | 0 | 10001 | 100 | 10010001 | 1001101 | 1010010 |
Color Harmonies of #ACF4CA
Complementary color
Monochromatic Colors of #ACF4CA
Black with #ACF4CA
Text Example
Text Example
White with #ACF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4CA; }
p { color: rgb(172,244,202); }
H1.HeaderClassName
{
color: #ACF4CA;
}
.AnyTagClassName
{
color: #ACF4CA;
}
</style>
background-color css
<style>
a { background-color: #ACF4CA; }
a { background-color: rgb(172,244,202); }
div.DivClassName
{
background-color: #ACF4CA;
}
.BgClassName
{
background-color: #ACF4CA;
}
</style>
border-color css
<style>
span { border-color: #ACF4CA; }
span { border-color: rgb(172,244,202); }
td.TdClassName
{
border-color: #ACF4CA;
}
.TagClassName
{
border-color: #ACF4CA;
}
</style>