Shades of Magic Mint #A4FCCC
Tints of Magic Mint #A4FCCC
RGB
CMYK
RGB Variations
Color information
#A4FCCC (or 0xA4FCCC) is known color: Magic Mint. HEX triplet: A4, FC and CC. RGB value is (164,252,204). Sum of RGB (Red+Green+Blue) = 164+252+204=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCCC is #5B0333. Grayscale: #DCDCDC. Windows color (decimal): -5964596 or 13434020. OLE color: 13434020.
HSL color Cylindrical-coordinate representation of color #A4FCCC: hue angle of 147.27º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCCC is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 204 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.01 |
| HSL | 147.27º | 0.94% | 0.82% | - |
| HSV(B) | 147.27º | 0.35% | 0.99% | - |
| XYZ | 61.02 | 81.87 | 69.71 | - |
| YUV | 220.22 | 118.85 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 204 | 0.35 | 0 | 0.19 | 0.01 | 147.27 | 0.94 | 0.82 |
| Hex | A4 | FC | CC | 23 | 0 | 13 | 1 | 93 | 5E | 52 |
| Octal | 244 | 374 | 314 | 43 | 0 | 23 | 1 | 223 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11001100 | 100011 | 0 | 10011 | 1 | 10010011 | 1011110 | 1010010 |
Color Harmonies of #A4FCCC
Complementary color
Monochromatic Colors of #A4FCCC
Black with #A4FCCC
Text Example
Text Example
White with #A4FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCCC; }
p { color: rgb(164,252,204); }
H1.HeaderClassName
{
color: #A4FCCC;
}
.AnyTagClassName
{
color: #A4FCCC;
}
</style>
background-color css
<style>
a { background-color: #A4FCCC; }
a { background-color: rgb(164,252,204); }
div.DivClassName
{
background-color: #A4FCCC;
}
.BgClassName
{
background-color: #A4FCCC;
}
</style>
border-color css
<style>
span { border-color: #A4FCCC; }
span { border-color: rgb(164,252,204); }
td.TdClassName
{
border-color: #A4FCCC;
}
.TagClassName
{
border-color: #A4FCCC;
}
</style>