Shades of Magic Mint #A4FCC2
Tints of Magic Mint #A4FCC2
RGB
CMYK
RGB Variations
Color information
#A4FCC2 (or 0xA4FCC2) is known color: Magic Mint. HEX triplet: A4, FC and C2. RGB value is (164,252,194). Sum of RGB (Red+Green+Blue) = 164+252+194=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCC2 is #5B033D. Grayscale: #DBDBDB. Windows color (decimal): -5964606 or 12778660. OLE color: 12778660.
HSL color Cylindrical-coordinate representation of color #A4FCC2: hue angle of 140.45º 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 #A4FCC2 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 194 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.01 |
| HSL | 140.45º | 0.94% | 0.82% | - |
| HSV(B) | 140.45º | 0.35% | 0.99% | - |
| XYZ | 59.86 | 81.41 | 63.6 | - |
| YUV | 219.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 194 | 0.35 | 0 | 0.23 | 0.01 | 140.45 | 0.94 | 0.82 |
| Hex | A4 | FC | C2 | 23 | 0 | 17 | 1 | 8C | 5E | 52 |
| Octal | 244 | 374 | 302 | 43 | 0 | 27 | 1 | 214 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11000010 | 100011 | 0 | 10111 | 1 | 10001100 | 1011110 | 1010010 |
Color Harmonies of #A4FCC2
Complementary color
Monochromatic Colors of #A4FCC2
Black with #A4FCC2
Text Example
Text Example
White with #A4FCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCC2; }
p { color: rgb(164,252,194); }
H1.HeaderClassName
{
color: #A4FCC2;
}
.AnyTagClassName
{
color: #A4FCC2;
}
</style>
background-color css
<style>
a { background-color: #A4FCC2; }
a { background-color: rgb(164,252,194); }
div.DivClassName
{
background-color: #A4FCC2;
}
.BgClassName
{
background-color: #A4FCC2;
}
</style>
border-color css
<style>
span { border-color: #A4FCC2; }
span { border-color: rgb(164,252,194); }
td.TdClassName
{
border-color: #A4FCC2;
}
.TagClassName
{
border-color: #A4FCC2;
}
</style>