Shades of Magic Mint #ACF2CA
Tints of Magic Mint #ACF2CA
RGB
CMYK
RGB Variations
Color information
#ACF2CA (or 0xACF2CA) is known color: Magic Mint. HEX triplet: AC, F2 and CA. RGB value is (172,242,202). Sum of RGB (Red+Green+Blue) = 172+242+202=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2CA is #530D35. Grayscale: #D8D8D8. Windows color (decimal): -5442870 or 13300396. OLE color: 13300396.
HSL color Cylindrical-coordinate representation of color #ACF2CA: hue angle of 145.71º 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 #ACF2CA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 202 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.05 |
| HSL | 145.71º | 0.73% | 0.81% | - |
| HSV(B) | 145.71º | 0.29% | 0.95% | - |
| XYZ | 59.43 | 76.54 | 67.52 | - |
| YUV | 216.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 202 | 0.29 | 0 | 0.17 | 0.05 | 145.71 | 0.73 | 0.81 |
| Hex | AC | F2 | CA | 1D | 0 | 11 | 5 | 92 | 49 | 51 |
| Octal | 254 | 362 | 312 | 35 | 0 | 21 | 5 | 222 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11001010 | 11101 | 0 | 10001 | 101 | 10010010 | 1001001 | 1010001 |
Color Harmonies of #ACF2CA
Complementary color
Monochromatic Colors of #ACF2CA
Black with #ACF2CA
Text Example
Text Example
White with #ACF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2CA; }
p { color: rgb(172,242,202); }
H1.HeaderClassName
{
color: #ACF2CA;
}
.AnyTagClassName
{
color: #ACF2CA;
}
</style>
background-color css
<style>
a { background-color: #ACF2CA; }
a { background-color: rgb(172,242,202); }
div.DivClassName
{
background-color: #ACF2CA;
}
.BgClassName
{
background-color: #ACF2CA;
}
</style>
border-color css
<style>
span { border-color: #ACF2CA; }
span { border-color: rgb(172,242,202); }
td.TdClassName
{
border-color: #ACF2CA;
}
.TagClassName
{
border-color: #ACF2CA;
}
</style>