Shades of Magic Mint #ACFACA
Tints of Magic Mint #ACFACA
RGB
CMYK
RGB Variations
Color information
#ACFACA (or 0xACFACA) is known color: Magic Mint. HEX triplet: AC, FA and CA. RGB value is (172,250,202). Sum of RGB (Red+Green+Blue) = 172+250+202=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFACA is #530535. Grayscale: #DDDDDD. Windows color (decimal): -5440822 or 13302444. OLE color: 13302444.
HSL color Cylindrical-coordinate representation of color #ACFACA: hue angle of 143.08º degrees, saturation: 0.89, 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 #ACFACA is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 250 | 202 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.02 |
| HSL | 143.08º | 0.89% | 0.83% | - |
| HSV(B) | 143.08º | 0.31% | 0.98% | - |
| XYZ | 61.86 | 81.41 | 68.33 | - |
| YUV | 221.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 202 | 0.31 | 0 | 0.19 | 0.02 | 143.08 | 0.89 | 0.83 |
| Hex | AC | FA | CA | 1F | 0 | 13 | 2 | 8F | 59 | 53 |
| Octal | 254 | 372 | 312 | 37 | 0 | 23 | 2 | 217 | 131 | 123 |
| Binary | 10101100 | 11111010 | 11001010 | 11111 | 0 | 10011 | 10 | 10001111 | 1011001 | 1010011 |
Color Harmonies of #ACFACA
Complementary color
Monochromatic Colors of #ACFACA
Black with #ACFACA
Text Example
Text Example
White with #ACFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFACA; }
p { color: rgb(172,250,202); }
H1.HeaderClassName
{
color: #ACFACA;
}
.AnyTagClassName
{
color: #ACFACA;
}
</style>
background-color css
<style>
a { background-color: #ACFACA; }
a { background-color: rgb(172,250,202); }
div.DivClassName
{
background-color: #ACFACA;
}
.BgClassName
{
background-color: #ACFACA;
}
</style>
border-color css
<style>
span { border-color: #ACFACA; }
span { border-color: rgb(172,250,202); }
td.TdClassName
{
border-color: #ACFACA;
}
.TagClassName
{
border-color: #ACFACA;
}
</style>