Shades of Magic Mint #A3FBC1
Tints of Magic Mint #A3FBC1
RGB
CMYK
RGB Variations
Color information
#A3FBC1 (or 0xA3FBC1) is known color: Magic Mint. HEX triplet: A3, FB and C1. RGB value is (163,251,193). Sum of RGB (Red+Green+Blue) = 163+251+193=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBC1 is #5C043E. Grayscale: #DADADA. Windows color (decimal): -6030399 or 12712867. OLE color: 12712867.
HSL color Cylindrical-coordinate representation of color #A3FBC1: hue angle of 140.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBC1 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 193 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.02 |
| HSL | 140.45º | 0.92% | 0.81% | - |
| HSV(B) | 140.45º | 0.35% | 0.98% | - |
| XYZ | 59.23 | 80.63 | 62.89 | - |
| YUV | 218.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 193 | 0.35 | 0 | 0.23 | 0.02 | 140.45 | 0.92 | 0.81 |
| Hex | A3 | FB | C1 | 23 | 0 | 17 | 2 | 8C | 5C | 51 |
| Octal | 243 | 373 | 301 | 43 | 0 | 27 | 2 | 214 | 134 | 121 |
| Binary | 10100011 | 11111011 | 11000001 | 100011 | 0 | 10111 | 10 | 10001100 | 1011100 | 1010001 |
Color Harmonies of #A3FBC1
Complementary color
Monochromatic Colors of #A3FBC1
Black with #A3FBC1
Text Example
Text Example
White with #A3FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBC1; }
p { color: rgb(163,251,193); }
H1.HeaderClassName
{
color: #A3FBC1;
}
.AnyTagClassName
{
color: #A3FBC1;
}
</style>
background-color css
<style>
a { background-color: #A3FBC1; }
a { background-color: rgb(163,251,193); }
div.DivClassName
{
background-color: #A3FBC1;
}
.BgClassName
{
background-color: #A3FBC1;
}
</style>
border-color css
<style>
span { border-color: #A3FBC1; }
span { border-color: rgb(163,251,193); }
td.TdClassName
{
border-color: #A3FBC1;
}
.TagClassName
{
border-color: #A3FBC1;
}
</style>