Shades of Magic Mint #ACF2D0
Tints of Magic Mint #ACF2D0
RGB
CMYK
RGB Variations
Color information
#ACF2D0 (or 0xACF2D0) is known color: Magic Mint. HEX triplet: AC, F2 and D0. RGB value is (172,242,208). Sum of RGB (Red+Green+Blue) = 172+242+208=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2D0 is #530D2F. Grayscale: #D9D9D9. Windows color (decimal): -5442864 or 13693612. OLE color: 13693612.
HSL color Cylindrical-coordinate representation of color #ACF2D0: hue angle of 150.86º 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 #ACF2D0 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 208 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 150.86º | 0.73% | 0.81% | - |
| HSV(B) | 150.86º | 0.29% | 0.95% | - |
| XYZ | 60.15 | 76.83 | 71.33 | - |
| YUV | 217.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 208 | 0.29 | 0 | 0.14 | 0.05 | 150.86 | 0.73 | 0.81 |
| Hex | AC | F2 | D0 | 1D | 0 | E | 5 | 97 | 49 | 51 |
| Octal | 254 | 362 | 320 | 35 | 0 | 16 | 5 | 227 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11010000 | 11101 | 0 | 1110 | 101 | 10010111 | 1001001 | 1010001 |
Color Harmonies of #ACF2D0
Complementary color
Monochromatic Colors of #ACF2D0
Black with #ACF2D0
Text Example
Text Example
White with #ACF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2D0; }
p { color: rgb(172,242,208); }
H1.HeaderClassName
{
color: #ACF2D0;
}
.AnyTagClassName
{
color: #ACF2D0;
}
</style>
background-color css
<style>
a { background-color: #ACF2D0; }
a { background-color: rgb(172,242,208); }
div.DivClassName
{
background-color: #ACF2D0;
}
.BgClassName
{
background-color: #ACF2D0;
}
</style>
border-color css
<style>
span { border-color: #ACF2D0; }
span { border-color: rgb(172,242,208); }
td.TdClassName
{
border-color: #ACF2D0;
}
.TagClassName
{
border-color: #ACF2D0;
}
</style>