Shades of Magic Mint #A4FFC4
Tints of Magic Mint #A4FFC4
RGB
CMYK
RGB Variations
Color information
#A4FFC4 (or 0xA4FFC4) is known color: Magic Mint. HEX triplet: A4, FF and C4. RGB value is (164,255,196). Sum of RGB (Red+Green+Blue) = 164+255+196=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFC4 is #5B003B. Grayscale: #DDDDDD. Windows color (decimal): -5963836 or 12910500. OLE color: 12910500.
HSL color Cylindrical-coordinate representation of color #A4FFC4: hue angle of 141.1º 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 #A4FFC4 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 196 | - |
| CMYK | 0.36 | 0 | 0.23 | 0 |
| HSL | 141.1º | 1% | 0.82% | - |
| HSV(B) | 141.1º | 0.36% | 1% | - |
| XYZ | 61.03 | 83.4 | 65.11 | - |
| YUV | 221.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 196 | 0.36 | 0 | 0.23 | 0 | 141.1 | 1 | 0.82 |
| Hex | A4 | FF | C4 | 24 | 0 | 17 | 0 | 8D | 64 | 52 |
| Octal | 244 | 377 | 304 | 44 | 0 | 27 | 0 | 215 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11000100 | 100100 | 0 | 10111 | 0 | 10001101 | 1100100 | 1010010 |
Color Harmonies of #A4FFC4
Complementary color
Monochromatic Colors of #A4FFC4
Black with #A4FFC4
Text Example
Text Example
White with #A4FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFC4; }
p { color: rgb(164,255,196); }
H1.HeaderClassName
{
color: #A4FFC4;
}
.AnyTagClassName
{
color: #A4FFC4;
}
</style>
background-color css
<style>
a { background-color: #A4FFC4; }
a { background-color: rgb(164,255,196); }
div.DivClassName
{
background-color: #A4FFC4;
}
.BgClassName
{
background-color: #A4FFC4;
}
</style>
border-color css
<style>
span { border-color: #A4FFC4; }
span { border-color: rgb(164,255,196); }
td.TdClassName
{
border-color: #A4FFC4;
}
.TagClassName
{
border-color: #A4FFC4;
}
</style>