Shades of Magic Mint #A3FBC7
Tints of Magic Mint #A3FBC7
RGB
CMYK
RGB Variations
Color information
#A3FBC7 (or 0xA3FBC7) is known color: Magic Mint. HEX triplet: A3, FB and C7. RGB value is (163,251,199). Sum of RGB (Red+Green+Blue) = 163+251+199=613 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.59% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBC7 is #5C0438. Grayscale: #DADADA. Windows color (decimal): -6030393 or 13106083. OLE color: 13106083.
HSL color Cylindrical-coordinate representation of color #A3FBC7: hue angle of 144.55º 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 #A3FBC7 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 199 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.02 |
| HSL | 144.55º | 0.92% | 0.81% | - |
| HSV(B) | 144.55º | 0.35% | 0.98% | - |
| XYZ | 59.91 | 80.9 | 66.49 | - |
| YUV | 218.76 | 116.85 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 199 | 0.35 | 0 | 0.21 | 0.02 | 144.55 | 0.92 | 0.81 |
| Hex | A3 | FB | C7 | 23 | 0 | 15 | 2 | 91 | 5C | 51 |
| Octal | 243 | 373 | 307 | 43 | 0 | 25 | 2 | 221 | 134 | 121 |
| Binary | 10100011 | 11111011 | 11000111 | 100011 | 0 | 10101 | 10 | 10010001 | 1011100 | 1010001 |
Color Harmonies of #A3FBC7
Complementary color
Monochromatic Colors of #A3FBC7
Black with #A3FBC7
Text Example
Text Example
White with #A3FBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBC7; }
p { color: rgb(163,251,199); }
H1.HeaderClassName
{
color: #A3FBC7;
}
.AnyTagClassName
{
color: #A3FBC7;
}
</style>
background-color css
<style>
a { background-color: #A3FBC7; }
a { background-color: rgb(163,251,199); }
div.DivClassName
{
background-color: #A3FBC7;
}
.BgClassName
{
background-color: #A3FBC7;
}
</style>
border-color css
<style>
span { border-color: #A3FBC7; }
span { border-color: rgb(163,251,199); }
td.TdClassName
{
border-color: #A3FBC7;
}
.TagClassName
{
border-color: #A3FBC7;
}
</style>