Shades of Magic Mint #ACF9DA
Tints of Magic Mint #ACF9DA
RGB
CMYK
RGB Variations
Color information
#ACF9DA (or 0xACF9DA) is known color: Magic Mint. HEX triplet: AC, F9 and DA. RGB value is (172,249,218). Sum of RGB (Red+Green+Blue) = 172+249+218=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9DA is #530625. Grayscale: #DEDEDE. Windows color (decimal): -5441062 or 14350764. OLE color: 14350764.
HSL color Cylindrical-coordinate representation of color #ACF9DA: hue angle of 155.84º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9DA is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 218 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.02 |
| HSL | 155.84º | 0.87% | 0.83% | - |
| HSV(B) | 155.84º | 0.31% | 0.98% | - |
| XYZ | 63.54 | 81.58 | 78.73 | - |
| YUV | 222.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 218 | 0.31 | 0 | 0.12 | 0.02 | 155.84 | 0.87 | 0.83 |
| Hex | AC | F9 | DA | 1F | 0 | C | 2 | 9C | 57 | 53 |
| Octal | 254 | 371 | 332 | 37 | 0 | 14 | 2 | 234 | 127 | 123 |
| Binary | 10101100 | 11111001 | 11011010 | 11111 | 0 | 1100 | 10 | 10011100 | 1010111 | 1010011 |
Color Harmonies of #ACF9DA
Complementary color
Monochromatic Colors of #ACF9DA
Black with #ACF9DA
Text Example
Text Example
White with #ACF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9DA; }
p { color: rgb(172,249,218); }
H1.HeaderClassName
{
color: #ACF9DA;
}
.AnyTagClassName
{
color: #ACF9DA;
}
</style>
background-color css
<style>
a { background-color: #ACF9DA; }
a { background-color: rgb(172,249,218); }
div.DivClassName
{
background-color: #ACF9DA;
}
.BgClassName
{
background-color: #ACF9DA;
}
</style>
border-color css
<style>
span { border-color: #ACF9DA; }
span { border-color: rgb(172,249,218); }
td.TdClassName
{
border-color: #ACF9DA;
}
.TagClassName
{
border-color: #ACF9DA;
}
</style>