Shades of Magic Mint #A3F1BF
Tints of Magic Mint #A3F1BF
RGB
CMYK
RGB Variations
Color information
#A3F1BF (or 0xA3F1BF) is known color: Magic Mint. HEX triplet: A3, F1 and BF. RGB value is (163,241,191). Sum of RGB (Red+Green+Blue) = 163+241+191=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1BF is #5C0E40. Grayscale: #D4D4D4. Windows color (decimal): -6032961 or 12579235. OLE color: 12579235.
HSL color Cylindrical-coordinate representation of color #A3F1BF: hue angle of 141.54º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F1BF is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 191 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.05 |
| HSL | 141.54º | 0.74% | 0.79% | - |
| HSV(B) | 141.54º | 0.32% | 0.95% | - |
| XYZ | 55.96 | 74.46 | 60.71 | - |
| YUV | 211.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 191 | 0.32 | 0 | 0.21 | 0.05 | 141.54 | 0.74 | 0.79 |
| Hex | A3 | F1 | BF | 20 | 0 | 15 | 5 | 8E | 4A | 4F |
| Octal | 243 | 361 | 277 | 40 | 0 | 25 | 5 | 216 | 112 | 117 |
| Binary | 10100011 | 11110001 | 10111111 | 100000 | 0 | 10101 | 101 | 10001110 | 1001010 | 1001111 |
Color Harmonies of #A3F1BF
Complementary color
Monochromatic Colors of #A3F1BF
Black with #A3F1BF
Text Example
Text Example
White with #A3F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1BF; }
p { color: rgb(163,241,191); }
H1.HeaderClassName
{
color: #A3F1BF;
}
.AnyTagClassName
{
color: #A3F1BF;
}
</style>
background-color css
<style>
a { background-color: #A3F1BF; }
a { background-color: rgb(163,241,191); }
div.DivClassName
{
background-color: #A3F1BF;
}
.BgClassName
{
background-color: #A3F1BF;
}
</style>
border-color css
<style>
span { border-color: #A3F1BF; }
span { border-color: rgb(163,241,191); }
td.TdClassName
{
border-color: #A3F1BF;
}
.TagClassName
{
border-color: #A3F1BF;
}
</style>