Shades of Magic Mint #A5FAC0
Tints of Magic Mint #A5FAC0
RGB
CMYK
RGB Variations
Color information
#A5FAC0 (or 0xA5FAC0) is known color: Magic Mint. HEX triplet: A5, FA and C0. RGB value is (165,250,192). Sum of RGB (Red+Green+Blue) = 165+250+192=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAC0 is #5A053F. Grayscale: #DADADA. Windows color (decimal): -5899584 or 12647077. OLE color: 12647077.
HSL color Cylindrical-coordinate representation of color #A5FAC0: hue angle of 139.06º degrees, saturation: 0.89, 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 #A5FAC0 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 192 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.02 |
| HSL | 139.06º | 0.89% | 0.81% | - |
| HSV(B) | 139.06º | 0.34% | 0.98% | - |
| XYZ | 59.22 | 80.18 | 62.22 | - |
| YUV | 217.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 192 | 0.34 | 0 | 0.23 | 0.02 | 139.06 | 0.89 | 0.81 |
| Hex | A5 | FA | C0 | 22 | 0 | 17 | 2 | 8B | 59 | 51 |
| Octal | 245 | 372 | 300 | 42 | 0 | 27 | 2 | 213 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11000000 | 100010 | 0 | 10111 | 10 | 10001011 | 1011001 | 1010001 |
Color Harmonies of #A5FAC0
Complementary color
Monochromatic Colors of #A5FAC0
Black with #A5FAC0
Text Example
Text Example
White with #A5FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAC0; }
p { color: rgb(165,250,192); }
H1.HeaderClassName
{
color: #A5FAC0;
}
.AnyTagClassName
{
color: #A5FAC0;
}
</style>
background-color css
<style>
a { background-color: #A5FAC0; }
a { background-color: rgb(165,250,192); }
div.DivClassName
{
background-color: #A5FAC0;
}
.BgClassName
{
background-color: #A5FAC0;
}
</style>
border-color css
<style>
span { border-color: #A5FAC0; }
span { border-color: rgb(165,250,192); }
td.TdClassName
{
border-color: #A5FAC0;
}
.TagClassName
{
border-color: #A5FAC0;
}
</style>