Shades of Magic Mint #ACF5DB
Tints of Magic Mint #ACF5DB
RGB
CMYK
RGB Variations
Color information
#ACF5DB (or 0xACF5DB) is known color: Magic Mint. HEX triplet: AC, F5 and DB. RGB value is (172,245,219). Sum of RGB (Red+Green+Blue) = 172+245+219=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5DB is #530A24. Grayscale: #DCDCDC. Windows color (decimal): -5442085 or 14415276. OLE color: 14415276.
HSL color Cylindrical-coordinate representation of color #ACF5DB: hue angle of 158.63º degrees, saturation: 0.78, 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 #ACF5DB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 219 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.04 |
| HSL | 158.63º | 0.78% | 0.82% | - |
| HSV(B) | 158.63º | 0.3% | 0.96% | - |
| XYZ | 62.45 | 79.19 | 79.01 | - |
| YUV | 220.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 219 | 0.30 | 0 | 0.11 | 0.04 | 158.63 | 0.78 | 0.82 |
| Hex | AC | F5 | DB | 1E | 0 | B | 4 | 9F | 4E | 52 |
| Octal | 254 | 365 | 333 | 36 | 0 | 13 | 4 | 237 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11011011 | 11110 | 0 | 1011 | 100 | 10011111 | 1001110 | 1010010 |
Color Harmonies of #ACF5DB
Complementary color
Monochromatic Colors of #ACF5DB
Black with #ACF5DB
Text Example
Text Example
White with #ACF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5DB; }
p { color: rgb(172,245,219); }
H1.HeaderClassName
{
color: #ACF5DB;
}
.AnyTagClassName
{
color: #ACF5DB;
}
</style>
background-color css
<style>
a { background-color: #ACF5DB; }
a { background-color: rgb(172,245,219); }
div.DivClassName
{
background-color: #ACF5DB;
}
.BgClassName
{
background-color: #ACF5DB;
}
</style>
border-color css
<style>
span { border-color: #ACF5DB; }
span { border-color: rgb(172,245,219); }
td.TdClassName
{
border-color: #ACF5DB;
}
.TagClassName
{
border-color: #ACF5DB;
}
</style>