Shades of Magic Mint #A4FFCC
Tints of Magic Mint #A4FFCC
RGB
CMYK
RGB Variations
Color information
#A4FFCC (or 0xA4FFCC) is known color: Magic Mint. HEX triplet: A4, FF and CC. RGB value is (164,255,204). Sum of RGB (Red+Green+Blue) = 164+255+204=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFCC is #5B0033. Grayscale: #DEDEDE. Windows color (decimal): -5963828 or 13434788. OLE color: 13434788.
HSL color Cylindrical-coordinate representation of color #A4FFCC: hue angle of 146.37º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFCC is Cyan = 0.36, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 204 | - |
| CMYK | 0.36 | 0 | 0.2 | 0 |
| HSL | 146.37º | 1% | 0.82% | - |
| HSV(B) | 146.37º | 0.36% | 1% | - |
| XYZ | 61.97 | 83.77 | 70.03 | - |
| YUV | 221.98 | 117.85 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 204 | 0.36 | 0 | 0.2 | 0 | 146.37 | 1 | 0.82 |
| Hex | A4 | FF | CC | 24 | 0 | 14 | 0 | 92 | 64 | 52 |
| Octal | 244 | 377 | 314 | 44 | 0 | 24 | 0 | 222 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11001100 | 100100 | 0 | 10100 | 0 | 10010010 | 1100100 | 1010010 |
Color Harmonies of #A4FFCC
Complementary color
Monochromatic Colors of #A4FFCC
Black with #A4FFCC
Text Example
Text Example
White with #A4FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFCC; }
p { color: rgb(164,255,204); }
H1.HeaderClassName
{
color: #A4FFCC;
}
.AnyTagClassName
{
color: #A4FFCC;
}
</style>
background-color css
<style>
a { background-color: #A4FFCC; }
a { background-color: rgb(164,255,204); }
div.DivClassName
{
background-color: #A4FFCC;
}
.BgClassName
{
background-color: #A4FFCC;
}
</style>
border-color css
<style>
span { border-color: #A4FFCC; }
span { border-color: rgb(164,255,204); }
td.TdClassName
{
border-color: #A4FFCC;
}
.TagClassName
{
border-color: #A4FFCC;
}
</style>