Shades of Magic Mint #A5FACB
Tints of Magic Mint #A5FACB
RGB
CMYK
RGB Variations
Color information
#A5FACB (or 0xA5FACB) is known color: Magic Mint. HEX triplet: A5, FA and CB. RGB value is (165,250,203). Sum of RGB (Red+Green+Blue) = 165+250+203=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FACB is #5A0534. Grayscale: #DBDBDB. Windows color (decimal): -5899573 or 13367973. OLE color: 13367973.
HSL color Cylindrical-coordinate representation of color #A5FACB: hue angle of 146.82º 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 #A5FACB is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 203 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.02 |
| HSL | 146.82º | 0.89% | 0.81% | - |
| HSV(B) | 146.82º | 0.34% | 0.98% | - |
| XYZ | 60.48 | 80.68 | 68.89 | - |
| YUV | 219.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 203 | 0.34 | 0 | 0.19 | 0.02 | 146.82 | 0.89 | 0.81 |
| Hex | A5 | FA | CB | 22 | 0 | 13 | 2 | 93 | 59 | 51 |
| Octal | 245 | 372 | 313 | 42 | 0 | 23 | 2 | 223 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11001011 | 100010 | 0 | 10011 | 10 | 10010011 | 1011001 | 1010001 |
Color Harmonies of #A5FACB
Complementary color
Monochromatic Colors of #A5FACB
Black with #A5FACB
Text Example
Text Example
White with #A5FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FACB; }
p { color: rgb(165,250,203); }
H1.HeaderClassName
{
color: #A5FACB;
}
.AnyTagClassName
{
color: #A5FACB;
}
</style>
background-color css
<style>
a { background-color: #A5FACB; }
a { background-color: rgb(165,250,203); }
div.DivClassName
{
background-color: #A5FACB;
}
.BgClassName
{
background-color: #A5FACB;
}
</style>
border-color css
<style>
span { border-color: #A5FACB; }
span { border-color: rgb(165,250,203); }
td.TdClassName
{
border-color: #A5FACB;
}
.TagClassName
{
border-color: #A5FACB;
}
</style>