Shades of Magic Mint #ACF4DB
Tints of Magic Mint #ACF4DB
RGB
CMYK
RGB Variations
Color information
#ACF4DB (or 0xACF4DB) is known color: Magic Mint. HEX triplet: AC, F4 and DB. RGB value is (172,244,219). Sum of RGB (Red+Green+Blue) = 172+244+219=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4DB is #530B24. Grayscale: #DBDBDB. Windows color (decimal): -5442341 or 14415020. OLE color: 14415020.
HSL color Cylindrical-coordinate representation of color #ACF4DB: hue angle of 159.17º 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 #ACF4DB is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 219 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.04 |
| HSL | 159.17º | 0.77% | 0.82% | - |
| HSV(B) | 159.17º | 0.3% | 0.96% | - |
| XYZ | 62.15 | 78.59 | 78.91 | - |
| YUV | 219.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 219 | 0.30 | 0 | 0.10 | 0.04 | 159.17 | 0.77 | 0.82 |
| Hex | AC | F4 | DB | 1E | 0 | A | 4 | 9F | 4D | 52 |
| Octal | 254 | 364 | 333 | 36 | 0 | 12 | 4 | 237 | 115 | 122 |
| Binary | 10101100 | 11110100 | 11011011 | 11110 | 0 | 1010 | 100 | 10011111 | 1001101 | 1010010 |
Color Harmonies of #ACF4DB
Complementary color
Monochromatic Colors of #ACF4DB
Black with #ACF4DB
Text Example
Text Example
White with #ACF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4DB; }
p { color: rgb(172,244,219); }
H1.HeaderClassName
{
color: #ACF4DB;
}
.AnyTagClassName
{
color: #ACF4DB;
}
</style>
background-color css
<style>
a { background-color: #ACF4DB; }
a { background-color: rgb(172,244,219); }
div.DivClassName
{
background-color: #ACF4DB;
}
.BgClassName
{
background-color: #ACF4DB;
}
</style>
border-color css
<style>
span { border-color: #ACF4DB; }
span { border-color: rgb(172,244,219); }
td.TdClassName
{
border-color: #ACF4DB;
}
.TagClassName
{
border-color: #ACF4DB;
}
</style>