Shades of Magic Mint #ACFCDA
Tints of Magic Mint #ACFCDA
RGB
CMYK
RGB Variations
Color information
#ACFCDA (or 0xACFCDA) is known color: Magic Mint. HEX triplet: AC, FC and DA. RGB value is (172,252,218). Sum of RGB (Red+Green+Blue) = 172+252+218=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCDA is #530325. Grayscale: #E0E0E0. Windows color (decimal): -5440294 or 14351532. OLE color: 14351532.
HSL color Cylindrical-coordinate representation of color #ACFCDA: hue angle of 154.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCDA is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 252 | 218 | - |
CMYK | 0.32 | 0 | 0.13 | 0.01 |
HSL | 154.5º | 0.93% | 0.83% | - |
HSV(B) | 154.5º | 0.32% | 0.99% | - |
XYZ | 64.48 | 83.45 | 79.04 | - |
YUV | 224.2 | 124.5 | 90.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 252 | 218 | 0.32 | 0 | 0.13 | 0.01 | 154.5 | 0.93 | 0.83 |
Hex | AC | FC | DA | 20 | 0 | D | 1 | 9A | 5D | 53 |
Octal | 254 | 374 | 332 | 40 | 0 | 15 | 1 | 232 | 135 | 123 |
Binary | 10101100 | 11111100 | 11011010 | 100000 | 0 | 1101 | 1 | 10011010 | 1011101 | 1010011 |
Color Harmonies of #ACFCDA
Complementary color
Monochromatic Colors of #ACFCDA
Black with #ACFCDA
Text Example
Text Example
White with #ACFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCDA; }
p { color: rgb(172,252,218); }
H1.HeaderClassName
{
color: #ACFCDA;
}
.AnyTagClassName
{
color: #ACFCDA;
}
</style>
background-color css
<style>
a { background-color: #ACFCDA; }
a { background-color: rgb(172,252,218); }
div.DivClassName
{
background-color: #ACFCDA;
}
.BgClassName
{
background-color: #ACFCDA;
}
</style>
border-color css
<style>
span { border-color: #ACFCDA; }
span { border-color: rgb(172,252,218); }
td.TdClassName
{
border-color: #ACFCDA;
}
.TagClassName
{
border-color: #ACFCDA;
}
</style>