Shades of Magic Mint #A4FACB
Tints of Magic Mint #A4FACB
RGB
CMYK
RGB Variations
Color information
#A4FACB (or 0xA4FACB) is known color: Magic Mint. HEX triplet: A4, FA and CB. RGB value is (164,250,203). Sum of RGB (Red+Green+Blue) = 164+250+203=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FACB is #5B0534. Grayscale: #DBDBDB. Windows color (decimal): -5965109 or 13367972. OLE color: 13367972.
HSL color Cylindrical-coordinate representation of color #A4FACB: hue angle of 147.21º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FACB is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 203 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.02 |
| HSL | 147.21º | 0.9% | 0.81% | - |
| HSV(B) | 147.21º | 0.34% | 0.98% | - |
| XYZ | 60.27 | 80.58 | 68.88 | - |
| YUV | 218.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 203 | 0.34 | 0 | 0.19 | 0.02 | 147.21 | 0.9 | 0.81 |
| Hex | A4 | FA | CB | 22 | 0 | 13 | 2 | 93 | 5A | 51 |
| Octal | 244 | 372 | 313 | 42 | 0 | 23 | 2 | 223 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11001011 | 100010 | 0 | 10011 | 10 | 10010011 | 1011010 | 1010001 |
Color Harmonies of #A4FACB
Complementary color
Monochromatic Colors of #A4FACB
Black with #A4FACB
Text Example
Text Example
White with #A4FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FACB; }
p { color: rgb(164,250,203); }
H1.HeaderClassName
{
color: #A4FACB;
}
.AnyTagClassName
{
color: #A4FACB;
}
</style>
background-color css
<style>
a { background-color: #A4FACB; }
a { background-color: rgb(164,250,203); }
div.DivClassName
{
background-color: #A4FACB;
}
.BgClassName
{
background-color: #A4FACB;
}
</style>
border-color css
<style>
span { border-color: #A4FACB; }
span { border-color: rgb(164,250,203); }
td.TdClassName
{
border-color: #A4FACB;
}
.TagClassName
{
border-color: #A4FACB;
}
</style>